Matrix4F Constructor |
Name | Description | |
---|---|---|
![]() | Matrix4F(Single) |
Constructs a matrix with specified one-dimensional Single array with sixteen elements.
|
![]() | Matrix4F(Matrix4F) |
Constructs a matrix with another specified Matrix4F object.
|
![]() | Matrix4F(Matrix3F, Vector3F) |
Constructs a matrix with the given rotation and translation components.
|
![]() | Matrix4F(Matrix3F, Vector3F) |
Constructs a matrix with the given rotation and translation components.
|
![]() | Matrix4F(Vector4F, Vector4F, Vector4F, Vector4F) |
Constructs a matrix with the specified Vector4F elements,
which are the corresponding rows of the matrix.
|
![]() | Matrix4F(Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single) |
Constructs a matrix with the given individual elements.
|