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")

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 - 2024 Weber Informatics LLC | Privacy Policy