Package org.jastronomy.jsofa
Class JSOFA.SphericalPositionVelocity
- java.lang.Object
-
- org.jastronomy.jsofa.JSOFA.SphericalPositionVelocity
-
- Enclosing class:
- JSOFA
public static class JSOFA.SphericalPositionVelocity extends java.lang.Object
A position and velocity expressed in spherical polar coordinates.- Since:
- AIDA Stage 1
- Author:
- Paul Harrison (paul.harrison@manchester.ac.uk) 4 Feb 2010
-
-
Field Summary
Fields Modifier and Type Field Description JSOFA.SphericalPosition
pos
JSOFA.SphericalPosition
vel
-
Constructor Summary
Constructors Constructor Description SphericalPositionVelocity(double theta, double phi, double r, double td, double pd, double rd)
-
-
-
Field Detail
-
pos
public JSOFA.SphericalPosition pos
-
vel
public JSOFA.SphericalPosition vel
-
-