![JAR search and dependency download from the Maven repository](/logo.png)
info.laht.threekt.extras.curves.QuadricBezierCurve.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.Vector2
open external class QuadricBezierCurve : Curve {
constructor(v0: Vector2 = definedExternally,
v1: Vector2 = definedExternally,
v2: Vector2 = definedExternally)
override fun clone() : QuadricBezierCurve
fun copy(curve: QuadricBezierCurve3) : QuadricBezierCurve
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy