- PerspectiveProjection
Matrix4x4F PerspectiveProjection(FLOAT depth)
Undocumented in source. Be warned that the author may not have intended to support it.
- ReinterpretBaseType
const(Matrix4x4F)* ReinterpretBaseType(const(D2D1_MATRIX_4X4_F)* pMatrix)
Undocumented in source. Be warned that the author may not have intended to support it.
- ReinterpretBaseType
Matrix4x4F* ReinterpretBaseType(D2D1_MATRIX_4X4_F* pMatrix)
Undocumented in source. Be warned that the author may not have intended to support it.
- RotationArbitraryAxis
Matrix4x4F RotationArbitraryAxis(FLOAT x, FLOAT y, FLOAT z, FLOAT degree)
Undocumented in source. Be warned that the author may not have intended to support it.
- RotationX
Matrix4x4F RotationX(FLOAT degreeX)
Undocumented in source. Be warned that the author may not have intended to support it.
- RotationY
Matrix4x4F RotationY(FLOAT degreeY)
Undocumented in source. Be warned that the author may not have intended to support it.
- RotationZ
Matrix4x4F RotationZ(FLOAT degreeZ)
Undocumented in source. Be warned that the author may not have intended to support it.
- Scale
Matrix4x4F Scale(FLOAT x, FLOAT y, FLOAT z)
Undocumented in source. Be warned that the author may not have intended to support it.
- SkewX
Matrix4x4F SkewX(FLOAT degreeX)
Undocumented in source. Be warned that the author may not have intended to support it.
- SkewY
Matrix4x4F SkewY(FLOAT degreeY)
Undocumented in source. Be warned that the author may not have intended to support it.
- Translation
Matrix4x4F Translation(FLOAT x, FLOAT y, FLOAT z)
Undocumented in source. Be warned that the author may not have intended to support it.