FunVec3T   Conversion Operators

Overload List

(FuncInt32, Int32, Int32, T to FunVec3T) 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.

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

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

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

See FunVec2T(T) for two-dimensional examples.

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

See FunVec2T(ListListT) for two-dimensional examples.

See Also