Capítulo 278 de 411

Chapter 278: MotionPathPlugin.getPositionOnPath()

Core Idea

Calculates the x/y position (and optionally the tangent angle) at a given progress (0-1) along a RawPath.

Reference Tables

ParameterTypeDescription
rawPathArraythe path to sample
progressNumber0-1
includeAngleBoolean (optional)also return the tangent angle at that point

Connects To

  • MotionPathPlugin.getRawPath(): supplies the RawPath input.
  • anchorsToProgress (Helper): computes progress checkpoints this method can then sample.