RotationsOrder

enum RotationsOrder : Enum<RotationsOrder>

Entries

ZYX
Link copied to clipboard
ZYX(VectorComponent.Z, VectorComponent.Y, VectorComponent.X)
ZXY
Link copied to clipboard
ZXY(VectorComponent.Z, VectorComponent.X, VectorComponent.Y)
YZX
Link copied to clipboard
YZX(VectorComponent.Y, VectorComponent.Z, VectorComponent.X)
YXZ
Link copied to clipboard
YXZ(VectorComponent.Y, VectorComponent.X, VectorComponent.Z)
XZY
Link copied to clipboard
XZY(VectorComponent.X, VectorComponent.Z, VectorComponent.Y)
XYZ
Link copied to clipboard
XYZ(VectorComponent.X, VectorComponent.Y, VectorComponent.Z)

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int
pitch
Link copied to clipboard
val pitch: VectorComponent
roll
Link copied to clipboard
val roll: VectorComponent
yaw
Link copied to clipboard
val yaw: VectorComponent

Sources

common source
Link copied to clipboard