Table of Contents

Struct MtMatrix3X3

Namespace
SharpPluginLoader.Core.MtTypes
Assembly
SharpPluginLoader.Core.dll
public struct MtMatrix3X3
Inherited Members

Fields

Data

public float* Data

Field Value

float*

Properties

Identity

public static MtMatrix3X3 Identity { get; }

Property Value

MtMatrix3X3

this[int]

public float this[int index] { get; set; }

Parameters

index int

Property Value

float

this[int, int]

public float this[int row, int col] { get; set; }

Parameters

row int
col int

Property Value

float