Click or drag to resize

Matrix3F Constructor

Overload List
  NameDescription
Public methodMatrix3F(Matrix3F)
Constructs a matrix with another specified Matrix3F object.
Public methodMatrix3F(Vector3F, Vector3F, Vector3F)
Constructs a matrix with the specified Vector3F elements, which are the corresponding rows of the matrix.
Public methodMatrix3F(Single, Single, Single, Single, Single, Single, Single, Single, Single)
Constructs a matrix with the given individual elements.
Top
See Also