Class Dipole


  • public class Dipole
    extends Object
    Dipole configuration for satellite-to-ground and inter-satellites wind-up effects.

    The dipole configuration is given by two vectors.

    Since:
    12.0
    Author:
    Luc Maisonobe
    See Also:
    WindUp, InterSatellitesWindUp
    • Constructor Detail

      • Dipole

        public Dipole​(Vector3D primary,
                      Vector3D secondary)
        Simple constructor.
        Parameters:
        primary - primary dipole vector
        secondary - secondary dipole vector
    • Method Detail

      • getPrimary

        public Vector3D getPrimary()
        Get the primary dipole vector.
        Returns:
        primary dipole vector
      • getSecondary

        public Vector3D getSecondary()
        Get the secondary dipole vector.
        Returns:
        secondary dipole vector