neoscore.core.rect
- class neoscore.core.rect.Rect[source]
Bases:
objectA rectangle data class.
The
xandycoordinates represent the starting position, typically the top left corner.widthandheightextend rightward and downward.The only math operation supported for rects is scalar multiplication, where each field is multiplied by a given number.