Changeset 197 in Sophya for trunk/SophyaPI
- Timestamp:
- Feb 17, 1999, 3:19:28 PM (27 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PI/pigraphuc.cc
r158 r197 21 21 22 22 // Pour echanger deux valeurs PIGrCoord 23 static float swpfl; 24 static inline void fl_swap(float& grc1, float& grc2) 25 { swpfl = grc1; grc1 = grc2; grc2 = swpfl; } 23 static inline void fl_swap(float& a, float& b) { float tmp = a; a = b; b = tmp; } 26 24 27 25 //++
Note:
See TracChangeset
for help on using the changeset viewer.