info.laht.threekt.extras.core.Shape.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wrapper Show documentation
Show all versions of wrapper Show documentation
kotlin wrappers for three.js (https://threejs.org/)
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)
}