Package | Description |
---|---|
agi.foundation.celestial |
Contains types used in modeling characteristics of celestial objects and celestial phenomena.
|
Modifier and Type | Class and Description |
---|---|
class |
SolarRadiationBodyPlate
A model of a discrete surface element of a spacecraft's body that has a surface area, unit normal direction,
a specular reflectivity coefficient, and a diffuse reflectivity coefficient.
|
class |
SolarRadiationOneDofSolarPanelPlate
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 |
SolarRadiationTwoDofSolarPanelPlate
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 |
SolarRadiationTwoDofSolarPanelPlate.checkForSameDefinition(SolarRadiationPlate other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
protected abstract boolean |
SolarRadiationPlate.checkForSameDefinition(SolarRadiationPlate other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
protected boolean |
SolarRadiationOneDofSolarPanelPlate.checkForSameDefinition(SolarRadiationPlate other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
protected boolean |
SolarRadiationBodyPlate.checkForSameDefinition(SolarRadiationPlate other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
Constructor and Description |
---|
SolarRadiationPlate(SolarRadiationPlate existingInstance,
CopyContext context)
Initializes a new instance as a copy of an existing instance.
|