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

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

// Automatically generated - do not modify!

package cesium

/**
 * Constants for identifying well-known reference frames.
 * @see Online Documentation
 */

@JsName("\$cesium__ReferenceFrame")
external object /* enum */ ReferenceFrame {

    /**
     * The fixed frame.
     */
    val FIXED: ReferenceFrame

    /**
     * The inertial frame.
     */
    val INERTIAL: ReferenceFrame
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy