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