@technobuddha > library > Geometry
Point
| Name | Type | Description |
|---|---|---|
| isLeftOfLine | Function | Determines whether a given point lies to the left of a specified line segment. |
| isOnLine | Function | Determines whether a given point lies on a specified line segment or its extension. |
| isRightOfLine | Function | Determines whether a given point lies to the right of a specified line segment. |
| manhattanDistance | Function | Calculates the Manhattan Distance between two points in Cartesian coordinates. |