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

main.cesium.GeometryFactory.kt Maven / Gradle / Ivy

There is a newer version: 1.90.0-10
Show newest version
// 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