-
-
Notifications
You must be signed in to change notification settings - Fork 117
CSMath.Matrix4
Albert Domenech edited this page Aug 4, 2024
·
3 revisions
4x4 Matrix
Matrix organization:
|m00|m10|m20|m30|
|m01|m11|m21|m31|
|m02|m12|m22|m32|
|m03|m13|m23|m33|
Namespace: CSMath
C#
public sealedstruct Matrix4
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. |
ACadSharp Class Library Documentation
Documentation created by NetDocGen
- ACadSharp
- ACadSharp.Attributes
- ACadSharp.Blocks
- ACadSharp.Classes
- ACadSharp.Entities
- ACadSharp.Exceptions
- ACadSharp.Header
- ACadSharp.IO
- ACadSharp.Objects
- ACadSharp.Objects.Collections
- ACadSharp.Tables
- ACadSharp.Tables.Collections
- ACadSharp.Types.Units
- CSMath
- CSMath.Geometry
- CSUtilities.Attributes
- CSUtilities.Extensions