neoscore.core.point
- class neoscore.core.point.Point[source]
Bases:
tuple
A two-dimensional point.
The x-axis grows left-to right, and the y-axis grows top-to-bottom.
- property x
The horizontal X-axis value
- property y
The vertical Y-axis value
- neoscore.core.point.ORIGIN = Point(x=Unit(0.0), y=Unit(0.0))
Shorthand for a point at
ZERO, ZERO