ofMaxAng

open fun ofMaxAng(maxAngVel: Double, @NonNull unit: Velocity<Angle>): Vel

Create a new Vel object with the specified maximum angular velocity.

Return

The new Vel object.

Parameters

maxAngVel

The maximum angular velocity.

unit

The unit of the maximum angular velocity.


open fun ofMaxAng(@NonNull maxAngVel: Measure<Velocity<Angle>>): Vel

Create a new Vel object with the specified maximum angular velocity.

Return

The new Vel object.

Parameters

maxAngVel

The maximum angular velocity.