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!

@file:JsModule("cesium")
@file:JsNonModule

package cesium

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

external enum class ReferenceFrame {

    /**
     * The fixed frame.
     */
    FIXED,

    /**
     * The inertial frame.
     */
    INERTIAL,

    ;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy