libnova v 0.15.0
Data Fields
lnh_equ_posn Struct Reference

Right Ascension and Declination. More...

#include <ln_types.h>

Data Fields

struct ln_hms ra
 
struct ln_dms dec
 

Detailed Description

Right Ascension and Declination.

Human readable Equatorial Coordinates.

Examples
mars.c, and transforms.c.

Field Documentation

◆ dec

struct ln_dms lnh_equ_posn::dec

DEC. Object declination

Examples
transforms.c.

◆ ra

struct ln_hms lnh_equ_posn::ra

RA. Object right ascension.

Examples
transforms.c.