max

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

Returns the greater of two values.

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


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

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