![JAR search and dependency download from the Maven repository](/logo.png)
info.laht.threekt.extras.curves.QuadricBezierCurve3.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wrapper Show documentation
Show all versions of wrapper Show documentation
kotlin wrappers for three.js (https://threejs.org/)
The newest version!
@file:JsQualifier("THREE")
package info.laht.threekt.extras.curves
import info.laht.threekt.extras.core.Curve
import info.laht.threekt.math.Vector3
open external class QuadricBezierCurve3 : Curve {
constructor(v0: Vector3 = definedExternally,
v1: Vector3 = definedExternally,
v2: Vector3 = definedExternally)
override fun clone() : QuadricBezierCurve3
fun copy(curve: QuadricBezierCurve3) : QuadricBezierCurve3
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy