Click or drag to resize
FloatMatrix Constructor (FloatMatrix)
Initializes a new instance of the FloatMatrix class by copying an existing FloatMatrix.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public FloatMatrix(
	FloatMatrix matrix
)

Parameters

matrix
Type: CandlelightFloatMatrix
A FloatMatrix.
See Also