geo-intersection-util
Version:
Point of intersection defined by its offset from the centerline and distance along the centerline
35 lines • 793 B
JSON
{
"name": "geo-intersection-util",
"version": "1.0.2",
"description": "Point of intersection defined by its offset from the centerline and distance along the centerline",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc"
},
"keywords": [
"Centerline",
"Offset",
"Longitudinal Distance",
"Lateral Offset",
"Alignment",
"Reference Line",
"Stationing",
"Cross Section",
"Intersection Point",
"Linear Referencing",
"Geometric Design",
"Route Mapping",
"golf",
"golf-shot-dispersion",
"golf-shot",
"golf-shot-distance",
"golf-shot-intersection",
"golf-shot-accuracy"
],
"author": "Mayank Anand",
"license": "MIT",
"devDependencies": {
"typescript": "^5.8.3"
}
}