FunVec3T(T) Constructor
3-dimensional jagged collection lengths and values of which are determined by the underlying
array.
See FunVec2T(T) for two-dimensional examples.
Namespace: Orx.Fun.FunVecAssembly: Orx.Fun.FunVec (in Orx.Fun.FunVec.dll) Version: 1.0.0
public FunVec3(
T[][][] array
)
Parameters
- array T
- Underlying array of the unified jagged collection.