Changeset 183 in Sophya
- Timestamp:
- Dec 24, 1998, 5:52:27 PM (27 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PI/pigraph3d.cc
r163 r183 100 100 #ifndef M_PI 101 101 #define M_PI 3.14159265358979323846 /* pi */ 102 #endif 103 #ifndef M_PI_2 102 104 #define M_PI_2 1.57079632679489661923 /* pi/2 */ 103 105 #endif … … 153 155 xO = xo; yO = yo; zO = zo; 154 156 xC = xc; yC = yc; zC = zc; 155 double dx,dy,dz ,dl;157 double dx,dy,dz; 156 158 // On calcule le vecteur OC Observateur -> Centre du champ, ca nous donne donc teta,phi de visee 157 159 dx = xc-xo; dy = yc-yo; dz = zc-zo;
Note:
See TracChangeset
for help on using the changeset viewer.