AxesSigns

IMU axes signs in the order XYZ (after remapping).

Since

1.0.0-pre

Entries

Link copied to clipboard

Positive X, Positive Y, Positive Z.

Link copied to clipboard

Positive X, Positive Y, Negative Z.

Link copied to clipboard

Positive X, Negative Y, Positive Z.

Link copied to clipboard

Positive X, Negative Y, Negative Z.

Link copied to clipboard

Negative X, Positive Y, Positive Z.

Link copied to clipboard

Negative X, Positive Y, Negative Z.

Link copied to clipboard

Negative X, Negative Y, Positive Z.

Link copied to clipboard

Negative X, Negative Y, Negative Z.

Properties

Link copied to clipboard
val bVal: Int
Binary value of the axes signs.

Functions

Link copied to clipboard
open fun fromBinaryValue(bVal: Int): AxesSigns
Converts the axes signs to a binary value.
Link copied to clipboard
open fun valueOf(name: String): AxesSigns

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard
open fun values(): Array<AxesSigns>

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.