rpui.math

Undocumented in source.

Public Imports

gapi.vec
public import gapi.vec;

Members

Functions

pointInRect
bool pointInRect(vec2i point, vec4 vec)
Undocumented in source. Be warned that the author may not have intended to support it.
pointInRect
bool pointInRect(vec2i point, Rect rect)
Undocumented in source. Be warned that the author may not have intended to support it.
unsafeClamp
auto unsafeClamp(T1 val, T2 lower, T3 upper)

Clamp version without assertions.

Meta