![JAR search and dependency download from the Maven repository](/logo.png)
main.cesium.GeometryFactory.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
package cesium
/**
* Base class for all geometry creation utility classes that can be passed to [GeometryInstance]
* for asynchronous geometry creation.
* @see Online Documentation
*/
@JsName("\$cesium__GeometryFactory")
external class GeometryFactory {
companion object {
/**
* Returns a geometry.
* @param [geometryFactory] A description of the circle.
* @return The computed vertices and indices.
* @see Online Documentation
*/
fun createGeometry(geometryFactory: GeometryFactory): Geometry?
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy