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

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

There is a newer version: 1.90.0-10
Show newest version
// Automatically generated - do not modify!

package cesium

/**
 * An enum describing the x, y, and z axes and helper conversion functions.
 * @see Online Documentation
 */

@JsName("\$cesium__Axis")
external object /* enum */ Axis {

    /**
     * Denotes the x-axis.
     */
    val X: Axis

    /**
     * Denotes the y-axis.
     */
    val Y: Axis

    /**
     * Denotes the z-axis.
     */
    val Z: Axis
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy