coerceIn

inline fun coerceIn(minimum: AngleF, maximum: AngleF): AngleF

Ensures that this value lies in the specified range minimum..maximum.

Return

this value if it's in the range, or minimum if this value is less than minimum, or maximum if this value is greater than maximum.