re.math.rectangle_ext

rectangle utilities

Members

Functions

bottom
float bottom(Rectangle r)
Undocumented in source. Be warned that the author may not have intended to support it.
bottom_left
Vector2 bottom_left(Rectangle r)
Undocumented in source. Be warned that the author may not have intended to support it.
bottom_right
Vector2 bottom_right(Rectangle r)
Undocumented in source. Be warned that the author may not have intended to support it.
center
Vector2 center(Rectangle r)
Undocumented in source. Be warned that the author may not have intended to support it.
left
float left(Rectangle r)
Undocumented in source. Be warned that the author may not have intended to support it.
right
float right(Rectangle r)
Undocumented in source. Be warned that the author may not have intended to support it.
top
float top(Rectangle r)
Undocumented in source. Be warned that the author may not have intended to support it.
top_left
Vector2 top_left(Rectangle r)
Undocumented in source. Be warned that the author may not have intended to support it.
top_right
Vector2 top_right(Rectangle r)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

RectangleUnit
enum RectangleUnit;
Undocumented in source.

Meta