| Contouring |
Split triangle into area within the specified range values.
|
| CoordinateSequenceDimensionFilter |
Filter on the dimension of each coordinate of the CoordinateSequence to determine
the maximum coordinate dimension as well as whether the CoordinateSequence contains
only 2D coordinates or mixed 2D and > 2D coordinates.
|
| CoordinateUtils |
Useful methods for JTS Coordinates.
|
| RobustLineIntersector3D |
This class has been extracted from RobustLineIntersector from JTS in order to fix the Z coordinate.
|
| TriMarkers |
Used by TriangleContouring.
|
| VisibilityAlgorithm |
This class compute an IsoVist from a coordinate and a set of originalSegments
This code is adapted from Byron Knoll byron-at-byronknoll.com javascript library:
https://github.com/byronknoll/visibility-polygon-js
First, sort all vertices according to their angle to the observer.
|
| Voronoi |
Voronoi algorithms
|
| Voronoi.ReplaceZ |
Replaces the z value to each vertex of the Geometry.
|
| Voronoi.Triple |
Triangle vertex and neighbors information.
|