| Package | Description |
|---|---|
| org.tinfour.common |
Provides classes and interfaces that are common to multiple
packages within the TinFour project.
|
| org.tinfour.utils |
Provides both high-level and general utilities for using the Tinfour packages.
|
| Modifier and Type | Method and Description |
|---|---|
SimpleTriangle |
IIncrementalTinNavigator.getContainingTriangle(double x,
double y)
Gets a triangle from the TIN that contains the specified coordinate
point (if any).
|
| Modifier and Type | Method and Description |
|---|---|
static void |
TriangleCollector.visitSimpleTriangles(IIncrementalTin tin,
Consumer<SimpleTriangle> consumer)
Identify all valid triangles in the specified TIN and
provide them to the application-supplied Consumer.
|
Copyright © 2019. All rights reserved.