8000 Curve · swgpu/SWGPU Wiki · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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.