| Package | Description | 
|---|---|
| agi.foundation.geometry.discrete | 
 Contains types which define discretization algorithms and metadata for analysis of spatial geometry. 
 | 
| agi.foundation.graphics | 
 Provides commonly used and instantiated graphics types related to 3D scene management, terrain and imagery, and more. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ExtrudedPolylineTriangulatorResult
The result from extruded polyline triangulation:  a triangle mesh defined using
an indexed triangle list with top and bottom boundary positions. 
 | 
class  | 
SolidTriangulatorResult
The result from a triangulation of a solid:  a triangle mesh defined using an
indexed triangle list and positions outlining the solid. 
 | 
class  | 
SurfaceTriangulatorResult
The result from a triangulation on the surface of a central body:
a triangle mesh defined using an indexed triangle list and boundary
positions surrounding the mesh. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TriangleMeshPrimitive.set(TriangulatorResult triangulator)
Defines the triangle mesh using the specified  
triangulator. |