Changeset 1770 in Sophya for trunk/SophyaLib/Samba/circle.h
- Timestamp:
- Nov 16, 2001, 10:12:04 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Samba/circle.h
r1758 r1770 43 43 psi[3]=psi(j,i,1) 44 44 */ 45 bool Intersection(const Circle&, double* psi) const; 46 bool intersection(const Circle&, double*) const;47 bool intersection(const Circle*) const;45 46 bool Intersection(const Circle&, double*) const; 47 bool Intersection(const Circle&) const; 48 48 49 49 // donne le UnitVector correspondant a une position donnee sur le cercle
Note:
See TracChangeset
for help on using the changeset viewer.