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

info.laht.threekt.extras.curves.LineCurve3.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.Vector3

open external class LineCurve3(
        v1: Vector3 = definedExternally,
        v2: Vector3 = definedExternally
) : Curve {

    override fun clone() : LineCurve3
    fun copy(curve3: LineCurve3) : LineCurve3

}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy