| Package | Description |
|---|---|
| agi.foundation.coordinates |
Contains types for quantifying and converting between various coordinate representations.
|
| agi.foundation.stk |
Contains types for interoperating with the STK desktop application and related data.
|
| Modifier and Type | Method and Description |
|---|---|
static Polar |
Polar.getZero()
Gets a set of
Polar coordinates with values of zero. |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Polar.equals(Polar left,
Polar right)
Returns
true if the two instances are exactly equal. |
boolean |
Polar.equalsEpsilon(Polar other,
double epsilon)
Indicates whether each coordinate value of another instance of this type
is within the required tolerance of the corresponding coordinate value of this instance.
|
boolean |
Polar.equalsType(Polar other)
Indicates whether another instance of this type is exactly equal to this instance.
|
static boolean |
Polar.notEquals(Polar left,
Polar right)
Returns
true if the two instances are not exactly equal. |
| Constructor and Description |
|---|
Rectangular(Polar coordinates)
Initializes a set of
Rectangular coordinates from the provided set of Polar coordinates. |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<Polar> |
StkPatternFile.Pattern.getPatternData()
Gets the pattern data associated with this pattern file in the angular units of the pattern file.
|