0.0.7 • Published 3 years ago

@anntopia/geometry v0.0.7

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

@anntopia/geometry

Document

Curve

  • cubic spline
  • cubic parameter spline
  • hermite spline
  • cardinal spline
  • catmull rom spline
  • lagrange spline
  • akima spline
  • bezier spline
  • b-spline
  • NURBS

Bounding Box

  • axis aligned box
  • minimum area box
  • minimum perimeter box

Convex Hull

  • chan convex hull
  • jarvis march convex hull
  • graham scan convex hull

Triangulation

  • delaunay triangulation
  • polygon triangulation bug
  • min weight triangulation

Boolean Operation

  • line
    • line intersection
    • line segments intersection
  • polygon
    • point in polygon
    • line-polygon intersection
    • polygon intersection
    • polygon clipping
    • polygon union

Distance

  • closest pair of points
  • farthest pair of points
  • gilbert-johnson-keerthi
  • shortest path

Area

  • largest empty circle
  • voronoi diagram
  • shoelace algorithm
  • half plane intersection bug

Query

  • point location
  • range searching
  • nearest neighbor

Primitive

  • point
  • triangle
  • circle
  • polygon

Spatial Data Structure

  • grid
  • bsp tree
  • quad tree
  • octree
  • kdtree
  • range tree
  • r tree
  • bounding volume hierarchies

Ref

0.1.0

3 years ago

0.0.3

3 years ago

0.0.4

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago