Package gaiasky.scenegraph
Interface IProperMotion
- All Known Subinterfaces:
IStarFocus
- All Known Implementing Classes:
Particle
,Star
,StarCluster
,StarGroup
public interface IProperMotion
Any entity which contains a proper motion
-
Method Summary
Modifier and TypeMethodDescriptiondouble
Returns the mu alpha in mas/yrdouble
Returns the mu delta in mas/yrdouble
Returns the radial velocity in km/s
-
Method Details
-
getMuAlpha
double getMuAlpha()Returns the mu alpha in mas/yr- Returns:
- The mu alpha in mas/yr
-
getMuDelta
double getMuDelta()Returns the mu delta in mas/yr- Returns:
- The mu delta in mas/yr
-
getRadialVelocity
double getRadialVelocity()Returns the radial velocity in km/s- Returns:
- The radial velocity in km/s
-