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