Function pipelineApply

Runs a sequential series of functions on pt. The output from one feeding into the next.

const p = Points.pipelineApply(somePoint, Points.normalise, Points.invert);

If you want to make a reusable pipeline of functions, consider pipeline instead.

  • Parameters

    Returns Point