Click or drag to resize
FloatMatrixIdentity2x2 Property
Gets a 2x2 identity matrix.

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

Property Value

Type: FloatMatrix
A 2x2 identity matrix.
See Also