FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
double Nova::GetAngularSeparation
(
const
HrzPosn
&
h1
,
const
HrzPosn
&
h2
)
Definition at line
153
of file
nova.h
.
154
{
155
EquPosn p1; p1.ra=h1.az; p1.dec=h1.alt;
156
EquPosn p2; p2.ra=h2.az; p2.dec=h2.alt;
157
return
ln_get_angular_separation(&p1, &p2);
158
}
Nova
Generated on Sun Sep 18 2016 20:51:06 for FACT++ by
1.8.11