kotlin-math
1.4.0
kotlin-math
/
dev.romainguy.kotlin.math
/
RotationsOrder
Rotations
Order
enum
RotationsOrder
:
Enum
<
RotationsOrder
>
Content copied to clipboard
Entries
Properties
Sources
Entries
ZYX
Link copied to clipboard
ZYX
(
VectorComponent.Z
,
VectorComponent.Y
,
VectorComponent.X
)
Content copied to clipboard
ZXY
Link copied to clipboard
ZXY
(
VectorComponent.Z
,
VectorComponent.X
,
VectorComponent.Y
)
Content copied to clipboard
YZX
Link copied to clipboard
YZX
(
VectorComponent.Y
,
VectorComponent.Z
,
VectorComponent.X
)
Content copied to clipboard
YXZ
Link copied to clipboard
YXZ
(
VectorComponent.Y
,
VectorComponent.X
,
VectorComponent.Z
)
Content copied to clipboard
XZY
Link copied to clipboard
XZY
(
VectorComponent.X
,
VectorComponent.Z
,
VectorComponent.Y
)
Content copied to clipboard
XYZ
Link copied to clipboard
XYZ
(
VectorComponent.X
,
VectorComponent.Y
,
VectorComponent.Z
)
Content copied to clipboard
Properties
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
val
ordinal
:
Int
Content copied to clipboard
pitch
Link copied to clipboard
val
pitch
:
VectorComponent
Content copied to clipboard
roll
Link copied to clipboard
val
roll
:
VectorComponent
Content copied to clipboard
yaw
Link copied to clipboard
val
yaw
:
VectorComponent
Content copied to clipboard
Sources
common source
Link copied to clipboard