Package | Description |
---|---|
agi.foundation.celestial |
Contains types used in modeling characteristics of celestial objects and celestial phenomena.
|
Modifier and Type | Class and Description |
---|---|
class |
DragBodyPlate
A model of a discrete surface element of a spacecraft's body that has a surface area, unit normal direction,
and a drag coefficient.
|
class |
DragOneDofSolarPanelPlate
A model of a discrete surface element of a spacecraft's solar panels that points
toward the Sun as much as it can while being constrained by a single rotational
degree of freedom about a specified rotation axis.
|
class |
DragTwoDofSolarPanelPlate
A model of a discrete surface element of a spacecraft's solar panels that always points toward the Sun.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
DragTwoDofSolarPanelPlate.checkForSameDefinition(DragPlate other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
protected abstract boolean |
DragPlate.checkForSameDefinition(DragPlate other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
protected boolean |
DragOneDofSolarPanelPlate.checkForSameDefinition(DragPlate other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
protected boolean |
DragBodyPlate.checkForSameDefinition(DragPlate other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
Constructor and Description |
---|
DragPlate(DragPlate existingInstance,
CopyContext context)
Initializes a new instance as a copy of an existing instance.
|