Uses of Class
net.grelf.astro.SkyVector

Packages that use SkyVector
net.grelf.astro This package contains Java classes for astronomical applications. 
 

Uses of SkyVector in net.grelf.astro
 

Methods in net.grelf.astro that return SkyVector
 SkyVector SkyPoint.calculateSeparation(SkyPoint other)
          Calculate position angle (PA) and spherical separation from this to another SkyPoint.
 SkyVector SkyVector.clone()
          Returns a new SkyVector object with the same data.