Matrix.translation

translation, static construction of a translation matrix

  1. Matrix translation(valueType x)
    struct Matrix(type, int numCols, int numRows)
    @safe pure nothrow static
    static if((cols == 2) && (rows == 2))
    translation
    if (
    (numCols > 1) &&
    (numRows > 1)
    )
  2. Matrix translation(valueType x, valueType y)
  3. Matrix translation(valueType x, valueType y, valueType z)
  4. Matrix translation()

Meta