@technobuddha > library > Geometry
Coordinates
| Name | Type | Description |
|---|---|---|
| Cartesian | Type | Represents a point in 2D Cartesian coordinate space. |
| isCartesian | Function | Determines if the provided value is a Cartesian point. |
| isPolar | Function | Determines if the provided value is a Polar point. |
| Origin | Constant | The origin of cartesian coordinates (0, 0) |
| Polar | Type | Polar coordinate (angle, radius) |
| toCartesian | Function | Convert polar coordinates to cartesian |
| toPolar | Function | Convert cartesian coordinates to polar |
| XY | Type | Represents a two-dimensional amount x and y aspects. |