| Package | Description | 
|---|---|
| agi.foundation.celestial | 
 Contains types used in modeling characteristics of celestial objects and celestial phenomena. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static MagneticCoilTorque | 
MagneticCoilTorque.createMagneticCoilTorqueUsingIgrfCofModel(String filename,
                                         Point bodyCenterOfMass,
                                         double numberOfLoops,
                                         Scalar current,
                                         Vector directedArea,
                                         Axes bodyAxes)
Creates a new magnetic coil torque that uses an  
InternationalGeomagneticReferenceFieldVector
    to describe the magnetic field and a Point to describe
    the position of the spacecraft. | 
static MagneticCoilTorque | 
MagneticCoilTorque.createMagneticCoilTorqueUsingIgrfTxtModel(String filename,
                                         Point bodyCenterOfMass,
                                         double numberOfLoops,
                                         Scalar current,
                                         Vector directedArea,
                                         Axes bodyAxes)
Creates a new magnetic coil torque that uses an  
InternationalGeomagneticReferenceFieldVector
    to describe the magnetic field and a Point to describe
    the position of the spacecraft. | 
static MagneticCoilTorque | 
MagneticCoilTorque.createMagneticCoilTorqueUsingWmmModel(String filename,
                                     Point bodyCenterOfMass,
                                     double numberOfLoops,
                                     Scalar current,
                                     Vector directedArea,
                                     Axes bodyAxes)
Creates a new magnetic coil torque that uses a  
WorldMagneticModelVector
    to describe the magnetic field and a Point to describe
    the position of the spacecraft. | 
| Modifier and Type | Method and Description | 
|---|---|
protected boolean | 
MagneticCoilTorque.checkForSameDefinition(MagneticCoilTorque other)
Checks to determine if another instance has the same definition as this instance and
    returns  
true if it does. | 
| Constructor and Description | 
|---|
MagneticCoilTorque(MagneticCoilTorque existingInstance,
                  CopyContext context)
Initializes a new instance as a copy of an existing instance. 
 |