public class Dipole extends Object
The dipole configuration is given by two vectors.
WindUp,
InterSatellitesWindUp| Modifier and Type | Field and Description |
|---|---|
static Dipole |
CANONICAL_I_J
Canonical dipole, with primary vector set to
Vector3D.PLUS_I
and secondary vector set to Vector3D.PLUS_J. |
| Modifier and Type | Method and Description |
|---|---|
org.hipparchus.geometry.euclidean.threed.Vector3D |
getPrimary()
Get the primary dipole vector.
|
org.hipparchus.geometry.euclidean.threed.Vector3D |
getSecondary()
Get the secondary dipole vector.
|
public static final Dipole CANONICAL_I_J
Vector3D.PLUS_I
and secondary vector set to Vector3D.PLUS_J.public org.hipparchus.geometry.euclidean.threed.Vector3D getPrimary()
public org.hipparchus.geometry.euclidean.threed.Vector3D getSecondary()
Copyright © 2002-2023 CS GROUP. All rights reserved.