Matrix.translate

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void translate(float[3] v)
    class Matrix(size_t Width, size_t Height)
    static if(Width == 4 && Height == 4)
    void
    translate
    (
    float[3] v
    )
  2. void translate(Type x, Type y, Type z)

Meta