Click or drag to resize
FloatMatrix Constructor (IListQuaternion)
Initializes a new Nx4 instance of the FloatMatrix class.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public FloatMatrix(
	IList<Quaternion> quaternions
)

Parameters

quaternions
Type: System.Collections.GenericIListQuaternion
A collection of data rows.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs thrown when data array is null.
ArgumentOutOfRangeException Is thrown when data array has less than one element.
See Also