public static class CPF.CPFCoordinate extends TimeStampedPVCoordinates
ZERO
Constructor and Description |
---|
CPFCoordinate(AbsoluteDate date,
org.hipparchus.geometry.euclidean.threed.Vector3D position,
int leap)
Constructor with null velocity vector.
|
CPFCoordinate(AbsoluteDate date,
org.hipparchus.geometry.euclidean.threed.Vector3D position,
org.hipparchus.geometry.euclidean.threed.Vector3D velocity,
int leap)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
getLeap()
Get the leap second flag (= 0 or the value of the new leap second).
|
getDate, shiftedBy, toString, toString, toTaylorProvider
blendArithmeticallyWith, crossProduct, estimateVelocity, getAcceleration, getAngularVelocity, getMomentum, getPosition, getVelocity, negate, normalize, positionShiftedBy, toDerivativeStructurePV, toDerivativeStructureVector, toUnivariateDerivative1PV, toUnivariateDerivative1Vector, toUnivariateDerivative2PV, toUnivariateDerivative2Vector
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
durationFrom
public CPFCoordinate(AbsoluteDate date, org.hipparchus.geometry.euclidean.threed.Vector3D position, int leap)
date
- date of coordinates validityposition
- position vectorleap
- leap second flag (= 0 or the value of the new leap second)public CPFCoordinate(AbsoluteDate date, org.hipparchus.geometry.euclidean.threed.Vector3D position, org.hipparchus.geometry.euclidean.threed.Vector3D velocity, int leap)
date
- date of coordinates validityposition
- position vectorvelocity
- velocity vectorleap
- leap second flag (= 0 or the value of the new leap second)Copyright © 2002-2023 CS GROUP. All rights reserved.