Method Execute
Execute(IEnumerable<IMap<Vector3, TInput>>)
Calculates a list of output from a given list of input.
public virtual List<IMap<Vector3, TOutput>> Execute(IEnumerable<IMap<Vector3, TInput>> input)Parameters
- inputIEnumerable<IMap<Vector3, TInput>>
- The input values to base the computation on.