Package | Description |
---|---|
agi.foundation.coordinates |
Contains types for quantifying and converting between various coordinate representations.
|
Modifier and Type | Class and Description |
---|---|
class |
AxesAdapter
The
StateElementAdapterDefinition for the simple case when the element's definitional
object and its defined-in object are just a Axes . |
class |
ReferenceFrameAdapter
The
StateElementAdapter definition for the simple case when the element's definitional
object and its defined in object are just a ReferenceFrame . |
Modifier and Type | Method and Description |
---|---|
protected abstract boolean |
TransformationalStateElementAdapterDefinition.checkForSameDefinition(TransformationalStateElementAdapterDefinition other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
protected boolean |
ReferenceFrameAdapter.checkForSameDefinition(TransformationalStateElementAdapterDefinition other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
protected boolean |
AxesAdapter.checkForSameDefinition(TransformationalStateElementAdapterDefinition other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
Constructor and Description |
---|
TransformationalStateElementAdapterDefinition(TransformationalStateElementAdapterDefinition existingInstance,
CopyContext context)
Initializes a new instance as a copy of an existing instance.
|