Package Exports
- @thi.ng/geom-poly-utils
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@thi.ng/geom-poly-utils) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@thi.ng/geom-poly-utils
This project is part of the @thi.ng/umbrella monorepo.
About
Polygon / triangle analysis & processing utilities:
- signed 2D polygon & triangle area
- triangle barycentric coord conversion
- nD point cloud bounding box
- 2D poly center of weight
- nD point cloud centroid
- 2D circumcenter
- 2D polygon convexity classification
- 2D equilateral triangle
- polygon / polyline perimeter
Installation
yarn add @thi.ng/geom-poly-utilsDependencies
Usage examples
import * as gpu from "@thi.ng/geom-poly-utils";Authors
- Karsten Schmidt
License
© 2018 Karsten Schmidt // Apache Software License 2.0