Click or drag to resize

Matrix4F Constructor

Overload List
  NameDescription
Public methodMatrix4F(Single)
Constructs a matrix with specified one-dimensional Single array with sixteen elements.
Public methodMatrix4F(Matrix4F)
Constructs a matrix with another specified Matrix4F object.
Public methodMatrix4F(Matrix3F, Vector3F)
Constructs a matrix with the given rotation and translation components.
Public methodMatrix4F(Matrix3F, Vector3F)
Constructs a matrix with the given rotation and translation components.
Public methodMatrix4F(Vector4F, Vector4F, Vector4F, Vector4F)
Constructs a matrix with the specified Vector4F elements, which are the corresponding rows of the matrix.
Public methodMatrix4F(Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single)
Constructs a matrix with the given individual elements.
Top
See Also