Gets compass direction between two points
3/14/2023 - 12:23:06 PM
getDirection({ x: 1, y: 1 }, { x: 1: y: 0 }) === DIRECTION.N
Generated using TypeDoc
Gets compass direction between two points
Date
3/14/2023 - 12:23:06 PM
Export
Returns
Example