Matrix.Translation

Undocumented in source. Be warned that the author may not have intended to support it.
  1. GMatrix Translation(Vector!(float, Dimensions) trans_vec)
  2. GMatrix Translation(Vector!(float, Dimensions) trans_vec)
  3. GMatrix Translation(Vector!(float, Dimensions - 1) trans_vec)
    struct Matrix(int Dimensions)
    static
    static if(Dimensions == 4)
    Translation
    (
    Vector!(float, Dimensions - 1) trans_vec
    )

Meta