Click or drag to resize
FloatMatrixIdentity4x4 Property
Gets a 4x4 identity matrix.

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

Property Value

Type: FloatMatrix
A 4x4 identity matrix.
See Also