//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// WARNING: This file was auto-generated, any change will be overridden in next release. Please use configs/es6.conf.js then run "npm run convert". //
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
import { Vector2 } from './../../math/Vector2';
import { Curve } from './../core/Curve';

export class SplineCurve extends Curve<Vector2> {

	constructor( points?: Vector2[] );

	points: Vector2[];

}
