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

info.laht.threekt.extras.core.Shape.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 Shape : Path {

    constructor(points: Array)

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy