Click or drag to resize

Matrix4 Constructor

Overload List
  NameDescription
Public methodMatrix4(Double)
Constructs a matrix with specified one-dimensional Double array with sixteen elements.
Public methodMatrix4(Matrix4)
Constructs a matrix with another specified Matrix4 object.
Public methodMatrix4(Matrix4F)
Constructs a matrix with another specified matrix of Matrix4F format.
Public methodMatrix4(Matrix3, Vector3)
Constructs a matrix with the given rotation and translation components.
Public methodMatrix4(Matrix3, Vector3)
Constructs a matrix with the given rotation and translation components.
Public methodMatrix4(Matrix3F, Vector3)
Constructs a matrix with the given rotation and translation components.
Public methodMatrix4(Matrix3F, Vector3)
Constructs a matrix with the given rotation and translation components.
Public methodMatrix4(Vector4, Vector4, Vector4, Vector4)
Constructs a matrix with the specified Vector4 elements, which are the corresponding rows of the matrix.
Public methodMatrix4(Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double)
Constructs a matrix with the given individual elements.
Top
See Also