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

info.laht.threekt.extras.curves.LineCurve.kt Maven / Gradle / Ivy

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 LineCurve(
        v1: Vector2 = definedExternally,
        v2: Vector2 = definedExternally
) : Curve {

    override fun clone() : LineCurve
    fun copy(curve: LineCurve) : LineCurve

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy