Capítulo 272 de 411

Chapter 272: MotionPathPlugin.arrayToRawPath()

Core Idea

Plots a curve through an array of coordinates and returns a full RawPath; with type: "cubic" in vars, the input points are interpreted directly as cubic-bezier data instead of being auto-curved.

Reference Tables

ParameterTypeDescription
valuesArraypoints to plot a curve through
varsObject (optional)curviness, relative, type, x, y

Returns: RawPath Array.

Connects To

  • MotionPathPlugin.pointsToSegment(): the single-segment building block this composes.