coerceAtLeast

inline fun coerceAtLeast(minimum: AngleF): AngleF

Ensures that this value is not less than the specified minimum.

Return

this value if it's greater than or equal to the minimum or the minimum otherwise.