![JAR search and dependency download from the Maven repository](/logo.png)
ch.viseon.threejs.declarations.extras.curves.SplineCurve.kt Maven / Gradle / Ivy
@file:JsModule("three")
package ch.viseon.threejs.declarations.extras.curves
/**
* Create a smooth 2d spline curve from a series of points. Internally this uses [page:Interpolations.CatmullRom] to create the curve.
*/
open external class SplineCurve(points: Array = definedExternally): ch.viseon.threejs.declarations.extras.core.Curve{
/**
* The array of [page:Vector2] points that define the curve.
*/
open var points: Array = definedExternally
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy