tepkit.core.geometry.Point2D#
- class tepkit.core.geometry.Point2D#
Attributes#
Attribute |
Default Value |
Description |
---|---|---|
|
|
|
|
|
Methods#
|
|
|
|
|
|
|
|
|
|
|
All Members#
- x: float
- y: float
- __iter__()
- __add__(p2: tepkit.utils.typing_tools.Self) Self
- __sub__(p2: tepkit.utils.typing_tools.Self) Self
- __pos__() Self
- __neg__() Self
- __truediv__(divisor: float) Self