Changeset 470 in Sophya for trunk/SophyaLib/Samba/circle.cc
- Timestamp:
- Oct 15, 1999, 5:43:30 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Samba/circle.cc
r262 r470 120 120 } 121 121 122 UnitVector Circle::Conv CircleSphere(double psi) const122 UnitVector Circle::ConvToSphere(double psi) const 123 123 { 124 124 psi=mod(psi,pi2); … … 157 157 { 158 158 psi=mod(psi,pi2); 159 return Conv CircleSphere(psi).EPhi();159 return ConvToSphere(psi).EPhi(); 160 160 } 161 161 … … 163 163 { 164 164 psi=mod(psi,pi2); 165 return Conv CircleSphere(psi).ETheta();165 return ConvToSphere(psi).ETheta(); 166 166 } 167 167
Note:
See TracChangeset
for help on using the changeset viewer.