FunVec3T   Conversion (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.

Definition

Namespace: Orx.Fun.FunVec
Assembly: Orx.Fun.FunVec (in Orx.Fun.FunVec.dll) Version: 1.0.0
C#
public static implicit operator FunVec3<T> (
	Func<int, int, int, T> getValueByIndex
)

Parameters

getValueByIndex  FuncInt32, Int32, Int32, T

Return Value

FunVec3T

See Also