Matrix Constructor
Initializes a new instance of Matrix.
Namespace: Microsoft.Xna.Framework
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)
Syntax
public Matrix (
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
Value to initialize m11 to. - m12
Value to initialize m12 to. - m13
Value to initialize m13 to. - m14
Value to initialize m14 to. - m21
Value to initialize m21 to. - m22
Value to initialize m22 to. - m23
Value to initialize m23 to. - m24
Value to initialize m24 to. - m31
Value to initialize m31 to. - m32
Value to initialize m32 to. - m33
Value to initialize m33 to. - m34
Value to initialize m34 to. - m41
Value to initialize m41 to. - m42
Value to initialize m42 to. - m43
Value to initialize m43 to. - m44
Value to initialize m44 to.
See Also
Reference
Matrix Structure
Matrix Members
Microsoft.Xna.Framework Namespace
Platforms
Xbox 360, Windows XP SP2, Windows Vista