| Class | Description |
|---|---|
| BezierPath | |
| GeometryUtils | |
| LineClipper |
from http://en.wikipedia.org/wiki/Cohen%E2%80%93
Sutherland_algorithm
|
| OBB2D |
ported from http://www.flipcode.com/archives/2D_OBB_Intersection.shtml
|
| OBB2D.Vec2 |
Vector math for one array
|
| SimplifyDP |
Douglas-Peucker line simplification with stack and some bit twiddling.
|
| SimplifyVW |
Visvalingam-Wyatt simplification
based on:
https://github.com/mbloch/mapshaper/blob/master/src/mapshaper-visvalingam.js
|
| TileClipper |
Clip polygons and lines to a rectangle.
|