min

inline fun min(a: AngleF, b: AngleF): AngleF

Returns the smaller of two values.

If either value is NaN, then the result is NaN.


inline fun min(a: Vector2F, b: Vector2F): Vector2F
inline fun min(a: Vector2I, b: Vector2I): Vector2I

Returns a vector that is made from the smallest components of two vectors.