public final class TimeStampedRotation extends Rotation implements TimeStamped
Time-stamped
version of Rotation
.Constructor and Description |
---|
TimeStampedRotation(Rotation rotation,
AbsoluteDate date)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
AbsoluteDate |
getDate()
Get the date.
|
int |
hashCode()
Get the hash code for the time-stamped rotation object.
|
applyInverseTo, applyInverseTo, applyInverseTo, applyTo, applyTo, applyTo, distance, getAngle, getAngles, getAxis, getMatrix, getQi, getQuaternion, isEqualTo, isEqualTo, isIdentity, lerp, revert, slerp, toString
public TimeStampedRotation(Rotation rotation, AbsoluteDate date)
rotation
- the underlying rotationdate
- the datepublic AbsoluteDate getDate()
getDate
in interface TimeStamped
Copyright © 2021 CNES. All rights reserved.