FunVec3T Constructor

Overload List

FunVec3T(T) 3-dimensional jagged collection lengths and values of which are determined by the underlying array.

See FunVec2T(T) for two-dimensional examples.

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

See FunVec2T(ListListT) for two-dimensional examples.

FunVec3T(FuncInt32, Int32, Int32, T, OptInt32, OptFuncInt32, Int32, OptFuncInt32, Int32, Int32) 3-dimensional jagged collection with optional lengths, values of which are determined by the getValue function.

See FunVec2T(FuncInt32, Int32, T, OptInt32, OptFuncInt32, Int32) for two-dimensional examples.

FunVec3T(T, OptInt32, OptFuncInt32, Int32, OptFuncInt32, Int32, Int32) 3-dimensional jagged collection with optional lengths, which always yields the same constant value.

See FunVec2T(T, OptInt32, OptFuncInt32, Int32) for two-dimensional examples.

See Also