![JAR search and dependency download from the Maven repository](/logo.png)
info.laht.threekt.extras.curves.ArcCurve.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
open external class ArcCurve(
aX: Number = definedExternally,
aY: Number = definedExternally,
xRadius: Number = definedExternally,
yRadius: Number = definedExternally,
aStartAngle: Number = definedExternally,
aEndAngle: Number = definedExternally,
aClockwise: Number = definedExternally
) : EllipseCurve {
override fun clone() : ArcCurve
fun copy(curve: ArcCurve) : ArcCurve
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy