radiansPerSecond

fun radiansPerSecond(    x: Double,     y: Double,     z: Double): AngularVelocity3D

Creates a three-dimensional angular velocity vector whose values are in radians per second.

Return

An AngularVelocity3D object.

Parameters

x

The angular velocity component around the x-axis.

y

The angular velocity component around the y-axis.

z

The angular velocity component around the z-axis.