applyFunction method

void applyFunction(
  1. Vector3 func(
    1. Vector3
    )
)

Implementation

void applyFunction(Vector3 Function(Vector3) func) {
  applyOverPoints(func: func, aboutEdge: ORIGIN, aboutPoint: ORIGIN);
}