Package | Description |
---|---|
agi.foundation.celestial |
Contains types used in modeling characteristics of celestial objects and celestial phenomena.
|
Modifier and Type | Class and Description |
---|---|
class |
ScalarOccultationRegulatedDualCone
Provides evaluators for percentage of occultation/eclipse at a position,
as well as
EclipseType using the dual cone shadow model. |
Modifier and Type | Method and Description |
---|---|
protected boolean |
ScalarOccultationRegulatedDualCone.checkForSameDefinition(ScalarOccultationDualCone other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
protected boolean |
ScalarOccultationDualCone.checkForSameDefinition(ScalarOccultationDualCone other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
Constructor and Description |
---|
ScalarOccultationDualCone(ScalarOccultationDualCone existingInstance,
CopyContext context)
Initializes a new instance as a copy of an existing instance.
|
ScalarOccultationRegulatedDualCone(ScalarOccultationDualCone template)
Initializes a new instance of a
ScalarOccultationRegulatedDualCone
from a normal ScalarOccultationDualCone . |