astro.calc
Class OrthoWayPoint

java.lang.Object
  |
  +--astro.calc.OrthoWayPoint

public class OrthoWayPoint
extends java.lang.Object

A Point and its azimuth to the next one


Constructor Summary
OrthoWayPoint(Point p, java.lang.Double z)
          Constructor
 
Method Summary
 Point getPoint()
           
 java.lang.Double getZ()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrthoWayPoint

public OrthoWayPoint(Point p,
                     java.lang.Double z)
Constructor

Method Detail

getPoint

public Point getPoint()

getZ

public java.lang.Double getZ()