UNPKG

three

Version:

JavaScript 3D library

11 lines (6 loc) 201 B
import { Vector2 } from './../../math/Vector2'; import { Curve } from './../core/Curve'; export class SplineCurve extends Curve<Vector2> { constructor( points?: Vector2[] ); points: Vector2[]; }