~stellarium/stellarium/trunk

« back to all changes in this revision

Viewing changes to src/hip_star.h

  • Committer: xalioth
  • Date: 2003-05-28 21:44:07 UTC
  • Revision ID: vcs-imports@canonical.com-20030528214407-62hf94ipa2tdjgz9
Fixed many things : planets, nebula info, navigation, drawing bugs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
        vec3_t get_RGB(void) {return RGB;}
40
40
        void get_info_string(char * s);
41
41
        unsigned char get_type(void) {return STEL_OBJECT_STAR;}
42
 
        Vec3d get_equ_pos(void) {return Vec3d(XYZ[0],XYZ[1],XYZ[2]);}
 
42
        Vec3d get_earth_equ_pos(void) {return Vec3d(XYZ[0],XYZ[1],XYZ[2]);}
43
43
private:
44
44
    unsigned int HP;        // Hipparcos number
45
45
    float Mag;              // Apparent magnitude