| Package | Description | 
|---|---|
| agi.foundation.geometry.shapes | 
 Contains types for representing geometric shapes such as curves, surfaces, and solids. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ArrayList<PointOnCurve> | 
Curve.getPoints(double granularity)
Provides a collection of points along the curve at the requested granularity. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static boolean | 
PointOnCurve.equals(PointOnCurve left,
      PointOnCurve right)
Returns  
true if the two instances are exactly equal. | 
boolean | 
PointOnCurve.equalsType(PointOnCurve other)
Indicates whether another instance of this type is exactly equal to this instance. 
 | 
static boolean | 
PointOnCurve.notEquals(PointOnCurve left,
         PointOnCurve right)
Returns  
true if the two instances are not exactly equal. |