Capítulo 282 de 411

Chapter 282: MotionPathPlugin.sliceRawPath()

Core Idea

Returns a new RawPath containing only the portion of the original path between two progress positions (0-1).

Reference Tables

ParameterTypeDescription
rawPathArraysource path
startNumberdefault 0; e.g. 0.3 starts at 30% along the path
endNumberend position

Returns: RawPath.

Connects To

  • anchorsToProgress (Helper), MotionPathPlugin.getPositionOnPath(): related progress-based path utilities.