Click or drag to resize

Matrix4x4 Class

A single precision floating points 4x4 matrix, stored in row major order
Inheritance Hierarchy
SystemObject
  Zivid.NETMatrix4x4

Namespace:  Zivid.NET
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax
public class Matrix4x4 : IDisposable

The Matrix4x4 type exposes the following members.

Constructors
  NameDescription
Public methodMatrix4x4
Initializes a new instance of the Matrix4x4 class
Public methodMatrix4x4(IntPtr)
Initializes a new instance of the Matrix4x4 class
Public methodMatrix4x4(Single)
Construct the matrix from a 2D array of floats
Public methodMatrix4x4(Matrix<float,4,4>)
Initializes a new instance of the Matrix4x4 class
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the Matrix4x4
Public methodGetNativePtr
Public methodInverse
Get the inverse of this matrix
Public methodToArray
Convert the matrix into a 2D array
Public methodToString
Get string representation of the matrix
(Overrides ObjectToString.)
Top
See Also