Rotation

data class Rotation(val x: Float, val y: Float, val z: Float) : Record

A three-dimensional rotation of an object.

Constructors

Link copied to clipboard
constructor(x: Float, y: Float, z: Float)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val x: Float

The rotation on the X axis.

Link copied to clipboard
val y: Float

The rotation on the Y axis.

Link copied to clipboard
val z: Float

The rotation on the Z axis.