- addMatrixAffine
Matrix4x4f addMatrixAffine(Matrix4x4f m1, Matrix4x4f m2)
Undocumented in source. Be warned that the author may not have intended to support it.
- fileExists
bool fileExists(ReadOnlyFileSystem rofs, string filename)
Undocumented in source. Be warned that the author may not have intended to support it.
- multScalarAffine
Matrix4x4f multScalarAffine(Matrix4x4f m, float s)
Undocumented in source. Be warned that the author may not have intended to support it.
- transformationMatrix
Matrix4x4f transformationMatrix(Quaternionf r, Vector3f t, Vector3f s)
Undocumented in source. Be warned that the author may not have intended to support it.
- validMatrix
bool validMatrix(Matrix!(T, N) m)
Undocumented in source. Be warned that the author may not have intended to support it.
- validVector
bool validVector(Vector!(T, N) vec)
Undocumented in source. Be warned that the author may not have intended to support it.