AngularVelocity3D

Represents a three-dimensional angular velocity vector.

To create an object use radiansPerSecond or degreesPerSecond functions.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The unit of angular velocity measurement.

Link copied to clipboard
val x: Double

The angular velocity component around the x-axis.

Link copied to clipboard
val y: Double

The angular velocity component around the y-axis.

Link copied to clipboard
val z: Double

The angular velocity component around the z-axis.

Functions

Link copied to clipboard

Converts the angular velocity components to the specified unit.

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.