Comparing version 1.0.0 to 1.0.1
{ | ||
"data": [ | ||
{ | ||
{s | ||
"x": 0, | ||
@@ -10,7 +10,7 @@ "y": 0, | ||
"x": 0, | ||
"y": 1, | ||
"y": 4, | ||
"z": 0 | ||
}, | ||
{ | ||
"x": 4, | ||
"x": -1, | ||
"y": 0, | ||
@@ -17,0 +17,0 @@ "z": 0 |
@@ -10,3 +10,4 @@ #!/usr/bin/env node | ||
colors.setTheme({ | ||
greenColor: 'green' | ||
greenColor: 'green', | ||
redColor: 'red' | ||
}); | ||
@@ -75,4 +76,4 @@ | ||
} else { | ||
console.log('error!'); | ||
console.log('error!'.redColor); | ||
} | ||
}); |
@@ -9,3 +9,3 @@ { | ||
"description": "3 point problem calculator", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"dependencies": { | ||
@@ -12,0 +12,0 @@ "colors": "0.6.2" |
# 3point | ||
Node.js implementation of the classic 3 point problem for geology. | ||
Coordinate convention | ||
x: easting | ||
y: northing | ||
z: elevation | ||
Coordinate convention: | ||
x: easting | ||
y: northing | ||
z: elevation | ||
## Installation | ||
@@ -41,3 +43,3 @@ After installing Node.js type the following into the command prompt: | ||
3point data.json | ||
3point data.json | ||
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3246
88
44