Click or drag to resize

Matrix4x4 Constructor

Overload List
  NameDescription
Public methodMatrix4x4(Matrix3x2)
Initializes a new instance of the Matrix4x4 struct. Constructs a Matrix4x4 from the given Matrix3x2.
Public methodMatrix4x4(Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double)
Initializes a new instance of the Matrix4x4 struct. Constructs a Matrix4x4 from the given components.
Top
See Also