Click or drag to resize

Matrix3 Constructor

Overload List
  NameDescription
Public methodMatrix3(Matrix3)
Constructs a matrix with another specified Matrix3 object.
Public methodMatrix3(Matrix3F)
Constructs a matrix with another specified matrix of Matrix3F format.
Public methodMatrix3(Vector3, Vector3, Vector3)
Constructs a matrix with the specified Vector3 elements, which are the corresponding rows of the matrix.
Public methodMatrix3(Double, Double, Double, Double, Double, Double, Double, Double, Double)
Constructs a matrix with the given individual elements.
Top
See Also