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

info.laht.threekt.extras.core.CurvePath.kt Maven / Gradle / Ivy

The newest version!
@file:JsQualifier("THREE")

package info.laht.threekt.extras.core


open external class CurvePath : Curve {

    var curves: List>

    var autoClose: Boolean

    fun add(curve: Curve)

    fun closePath()

    fun getPoint(t: Double)

    override fun clone(): CurvePath

    fun copy(source: CurvePath) : CurvePath
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy