Matrix.Scaling

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

Meta