Coordinate mathematics and tools for surveyors and game-makers (currently) working in flat plane.
Simple mathematics library for working with coordinates.
Node:
npm install survey-toolbox
// There's an example file contained within module. I'll put some usage here soon.
For more examples and usage, please refer to the Wiki.
TBA
- 1.0.1 - initial release
Justin – @hopBuddyHop – jayarghargh @ gee mail
Distributed under the MIT license. See MIT LICENCE for more information.
https://github.com/JayArghArgh
- Fork it (https://github.com/JayArghArgh/surveytoolbox/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request