ofMax

open fun ofMax(maxVel: Double, @NonNull unit: Velocity<Distance>): Vel

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

Return

The new Vel object.

Parameters

maxVel

The maximum translation velocity.

unit

The unit of the maximum translation velocity.