UNPKG

three

Version:

JavaScript 3D library

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