Struct MtMatrix3X3
- Namespace
- SharpPluginLoader.Core.MtTypes
- Assembly
- SharpPluginLoader.Core.dll
public struct MtMatrix3X3
- Inherited Members
Fields
Data
public float* Data
Field Value
Properties
Identity
public static MtMatrix3X3 Identity { get; }
Property Value
this[int]
public float this[int index] { get; set; }
Parameters
index
int
Property Value
this[int, int]
public float this[int row, int col] { get; set; }