Click or drag to resize
FloatMatrixIdentity3x3 Property
Gets a 3x3 identity matrix.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public static FloatMatrix Identity3x3 { get; }

Property Value

Type: FloatMatrix
A 3x3 identity matrix.
See Also