FunVec3T(ListListListT) Constructor

3-dimensional jagged collection lengths and values of which are determined by the underlying list.

See FunVec2T(ListListT) for two-dimensional examples.

Definition

Namespace: Orx.Fun.FunVec
Assembly: Orx.Fun.FunVec (in Orx.Fun.FunVec.dll) Version: 1.0.0
C#
public FunVec3(
	List<List<List<T>>> list
)

Parameters

list  ListListListT
Underlying list of the unified jagged collection.

See Also