Click or drag to resize

Matrix2F Constructor

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