![JAR search and dependency download from the Maven repository](/logo.png)
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 - 2025 Weber Informatics LLC | Privacy Policy