mirror of
https://github.com/zeldaret/tp
synced 2026-06-02 18:18:59 -04:00
work on d_camera / d_ev_camera (#2170)
This commit is contained in:
@@ -114,12 +114,13 @@ public:
|
||||
};
|
||||
|
||||
class cSGlobe {
|
||||
private:
|
||||
public:
|
||||
float mRadius;
|
||||
cSAngle mAzimuth; // original: V
|
||||
cSAngle mInclination; // original: U
|
||||
|
||||
public:
|
||||
cSGlobe() {}
|
||||
|
||||
cSGlobe(const cSGlobe&);
|
||||
cSGlobe(float, short, short);
|
||||
cSGlobe(float, const cSAngle&, const cSAngle&);
|
||||
|
||||
Reference in New Issue
Block a user