Skip to content

CSMath.Matrix4

Albert Domenech edited this page Jul 14, 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)
List1` GetCols Gets the matrix columns
Double GetDeterminant Calculates the determinant of the matrix.
Int32 GetHashCode
List1` GetRows Gets the matrix rows
Matrix4 Transpose Transposes the rows and columns of this matrix.
Clone this wiki locally