Skip to content

@technobuddha > library > Geometry

Point

NameTypeDescription
isLeftOfLineFunctionDetermines whether a given point lies to the left of a specified line segment.
isOnLineFunctionDetermines whether a given point lies on a specified line segment or its extension.
isRightOfLineFunctionDetermines whether a given point lies to the right of a specified line segment.
manhattanDistanceFunctionCalculates the Manhattan Distance between two points in Cartesian coordinates.