| Package | Description | 
|---|---|
| agi.foundation.geometry.discrete | 
 Contains types which define discretization algorithms and metadata for analysis of spatial geometry. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static CylinderFill | 
CylinderFill.ALL
Completely fill the cylinder, including its wall, bottom, and top cap. 
 | 
static CylinderFill | 
CylinderFill.BOTTOM_CAP
Fill the cylinder's bottom cap. 
 | 
static CylinderFill | 
CylinderFill.TOP_CAP
Fill the cylinder's top cap. 
 | 
static CylinderFill | 
CylinderFill.WALL
Fill the cylinder's wall. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CylinderFill | 
CylinderFill.add(CylinderFill other)
Add the specified value to the current set and return the result. 
 | 
static CylinderFill | 
CylinderFill.getDefault()
Get the enum constant that is considered to be the default. 
 | 
static CylinderFill | 
CylinderFill.getFromValue(int value)
Get the set of values that are associated with the given numeric value. 
 | 
static CylinderFill | 
CylinderFill.of(CylinderFill... enums)
Create a new value built by combining the specified values. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CylinderFill | 
CylinderFill.add(CylinderFill other)
Add the specified value to the current set and return the result. 
 | 
static SolidTriangulatorResult | 
CylinderTriangulator.compute(double length,
       double bottomRadius,
       double topRadius,
       int slices,
       CylinderFill cylinderFill)
Computes the triangulation for a cylinder centered at the origin. 
 | 
boolean | 
CylinderFill.contains(CylinderFill other)
Determines whether the specified value is present in the current set. 
 | 
static CylinderFill | 
CylinderFill.of(CylinderFill... enums)
Create a new value built by combining the specified values. 
 |