bounds
Model definition for bounds.
| CLASS | DESCRIPTION |
|---|---|
Bounds |
Bounds specify an area in some (x, y) coordinate system. |
Classes¶
Bounds
dataclass
¶
Bounds specify an area in some (x, y) coordinate system.
| ATTRIBUTE | DESCRIPTION |
|---|---|
height |
A real number that represents the height of the rectangle.
TYPE:
|
width |
A real number that represents the width of the rectangle.
TYPE:
|
x |
A real number that represents the x-coordinate of the rectangle.
TYPE:
|
y |
A real number that represents the y-coordinate of the rectangle.
TYPE:
|
Attributes¶
height
class-attribute
instance-attribute
¶
A real number that represents the height of the rectangle.
width
class-attribute
instance-attribute
¶
A real number that represents the width of the rectangle.
x
class-attribute
instance-attribute
¶
A real number that represents the x-coordinate of the rectangle.