Skip to content

CSMath.Matrix4

Albert Domenech edited this page Aug 4, 2024 · 3 revisions

Matrix4 Class

4x4 Matrix

Remarks

Matrix organization:
|m00|m10|m20|m30|
|m01|m11|m21|m31|
|m02|m12|m22|m32|
|m03|m13|m23|m33|

Definition

Namespace: CSMath

C#

public sealedstruct Matrix4

Methods

Returns Name Summary
Boolean Equals(System.Object)
List<XYZM> GetCols Gets the matrix columns
Double GetDeterminant Calculates the determinant of the matrix.
Int32 GetHashCode
List<XYZM> GetRows Gets the matrix rows
Matrix4 Transpose Transposes the rows and columns of this matrix.
Clone this wiki locally