Matrix4x4 Class |
Namespace: Zivid.NET
The Matrix4x4 type exposes the following members.
Name | Description | |
---|---|---|
![]() | Matrix4x4 | Initializes a new instance of the Matrix4x4 class |
![]() | Matrix4x4(IntPtr) | Initializes a new instance of the Matrix4x4 class |
![]() | Matrix4x4(Single) | Construct the matrix from a 2D array of floats |
![]() | Matrix4x4(String) | Load the matrix from the given file |
![]() | Matrix4x4(Matrix<float,4,4>) | Initializes a new instance of the Matrix4x4 class |
Name | Description | |
---|---|---|
![]() | Dispose | Releases all resources used by the Matrix4x4 |
![]() | GetNativePtr | |
![]() | Inverse | Get the inverse of this matrix |
![]() | Load | Load the matrix from the given file |
![]() | Save | Save the matrix to the given file |
![]() | ToArray | Convert the matrix into a 2D array |
![]() | ToString | Get string representation of the matrix (Overrides ObjectToString.) |