survey-toolbox
v1.0.3
Published
Javascript version of my Python flat plane coordinate tools for surveyors and game makers.
Downloads
1
Maintainers
Readme
Survey Toolbox
Coordinate mathematics and tools for surveyors and game-makers (currently) working in flat plane.
Simple mathematics library for working with coordinates.
Installation
Node:
npm install survey-toolbox
Usage example
// 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.
Development setup
TBA
Release History
- 1.0.1 - initial release
Meta
Justin – @hopBuddyHop – jayarghargh @ gee mail
Distributed under the MIT license. See MIT LICENCE for more information.
https://github.com/JayArghArgh
Contributing
- 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