Skip to content
jay19240 edited this page Dec 11, 2024 · 2 revisions

Curve

A Centripetal Catmull–Rom spline.

Constructors

  • new Curve(): Curve

Methods

  • static createFromFile(path: string): Promise
    • path: The file path.
  • static createInterpolator(points: vec_any[], options: CurveOptions): default
    • points: Control points.
    • options: Interpolator options.
Clone this wiki locally