DashAttitudeData

class DashAttitudeData(val pitch: Angle, val yaw: Angle, val roll: Angle)

Represents attitude data including pitch, yaw, and roll angles.

Parameters

pitch

The pitch angle.

yaw

The yaw angle.

roll

The roll angle.

Constructors

Link copied to clipboard
constructor(pitch: Angle, yaw: Angle, roll: Angle)

Properties

Link copied to clipboard
val pitch: Angle
Link copied to clipboard
val roll: Angle
Link copied to clipboard
val yaw: Angle

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

Indicates whether some other object is "equal to" this one.

Link copied to clipboard
open override fun hashCode(): Int

Returns a hash code value for the object.

Link copied to clipboard
open override fun toString(): String

Returns a string representation of the object.