NMatrix4x3 Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public NMatrix4x3 (float m11, float m12, float m13, float m14, float m21, float m22, float m23, float m24, float m31, float m32, float m33, float m34);
new OpenTK.NMatrix4x3 : single * single * single * single * single * single * single * single * single * single * single * single -> OpenTK.NMatrix4x3
Parameters
- m11
- Single
- m12
- Single
- m13
- Single
- m14
- Single
- m21
- Single
- m22
- Single
- m23
- Single
- m24
- Single
- m31
- Single
- m32
- Single
- m33
- Single
- m34
- Single