Package | Description |
---|---|
agi.foundation.coordinates |
Contains types for quantifying and converting between various coordinate representations.
|
agi.foundation.geometry |
Contains types for expressing the motion of fundamental geometric objects such as points, axes, and reference frames;
the manner in which they are related; and transformations between representations.
|
Modifier and Type | Method and Description |
---|---|
static DelaunayElement |
DelaunayElement.getDefault()
Get the enum constant that is considered to be the default.
|
static DelaunayElement |
DelaunayElement.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
static DelaunayElement |
DelaunayElement.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DelaunayElement[] |
DelaunayElement.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DelaunayElement |
ScalarDelaunayElement.getElement()
Gets the
DelaunayElement to compute. |
Modifier and Type | Method and Description |
---|---|
void |
ScalarDelaunayElement.setElement(DelaunayElement value)
Sets the
DelaunayElement to compute. |
Constructor and Description |
---|
ScalarDelaunayElement(double gravitationalParameter,
Point location,
DelaunayElement element,
ReferenceFrame frame)
Initializes a new instance.
|