https://github.com/zachhandley/war3ts-coordmath
Some stuff I use in Island Defense to determine if something is inside a polygon
https://github.com/zachhandley/war3ts-coordmath
Last synced: 3 months ago
JSON representation
Some stuff I use in Island Defense to determine if something is inside a polygon
- Host: GitHub
- URL: https://github.com/zachhandley/war3ts-coordmath
- Owner: ZachHandley
- License: mit
- Created: 2020-07-12T18:01:00.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-01T21:39:40.000Z (almost 3 years ago)
- Last Synced: 2025-07-03T00:39:29.363Z (3 months ago)
- Language: TypeScript
- Size: 14.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# war3ts-coordmath
Some stuff I use in Island Defense to determine if something is inside a polygonIncluded is an example function to create a circle (a Polygon with 30 points, shh), the rest are public methods that I'll document here later