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

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

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

package info.laht.threekt.extras.core

import info.laht.threekt.math.Vector2

open external class Path : CurvePath {

    var currentPoint: Vector2

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy