Click or drag to resize
FloatMatrix Constructor (IListVector3)
Initializes a new Nx3 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<Vector3> vectors
)

Parameters

vectors
Type: System.Collections.GenericIListVector3
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