ILNumerics - Technical Application Development
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
create new matrix ROW MAJOR definition!
[ILNumerics Visualization Engine]
Namespace: ILNumerics.Drawing
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax
public Matrix4( float m11, float m12, float m13, float m14, float m21, float m22, float m23, float m24, float m31, float m32, float m33, float m34, float m41, float m42, float m43, float m44 )
Parameters
- m11
- Type: SystemSingle
- m12
- Type: SystemSingle
- m13
- Type: SystemSingle
- m14
- Type: SystemSingle
- m21
- Type: SystemSingle
- m22
- Type: SystemSingle
- m23
- Type: SystemSingle
- m24
- Type: SystemSingle
- m31
- Type: SystemSingle
- m32
- Type: SystemSingle
- m33
- Type: SystemSingle
- m34
- Type: SystemSingle
- m41
- Type: SystemSingle
- m42
- Type: SystemSingle
- m43
- Type: SystemSingle
- m44
- Type: SystemSingle
Remarks
[ILNumerics Visualization Engine]
See Also