All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ch.viseon.threejs.declarations.extras.curves.SplineCurve.kt Maven / Gradle / Ivy

Go to download

Kotlin wrapper for ThreeJs, javascript library for 3d rendering

There is a newer version: 126.0.0
Show newest version
@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