Comparing version 0.0.18 to 0.0.19
{ | ||
"name": "jscoord", | ||
"version": "0.0.18", | ||
"version": "0.0.19", | ||
"description": "A simple Map coordinate system for NodeJS and potentially the browser.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -155,2 +155,10 @@ # JSCoord | ||
#### `.getRltAngle(set)` | ||
Get the angle of 2 coordinate set values. `set` is the 2 axies which should be used for calculation, can be `xy`, `yz` or `zx`. | ||
```js | ||
coords.getRltAngle("xy") | ||
``` | ||
## CoordChunk | ||
@@ -157,0 +165,0 @@ |
13717
228