Changeset 1758 in Sophya for trunk/SophyaLib/Samba/circle.h


Ignore:
Timestamp:
Nov 13, 2001, 4:37:58 PM (24 years ago)
Author:
lemeur
Message:

nouveau circle, pour ELDESTINO

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/Samba/circle.h

    r1371 r1758  
    4444  */
    4545  bool Intersection(const Circle&, double* psi) const;
     46  bool intersection(const Circle&, double*) const;
     47  bool intersection(const Circle*) const;
    4648
    4749  // donne le UnitVector correspondant a une position donnee sur le cercle
     
    9092  double _x,_y,_z;
    9193
     94  double _cangouv;
     95  double _sangouv;
     96  double _ctheta;
     97  double _stheta;
     98  double _cphi;
     99  double _sphi;
    92100};
    93101
Note: See TracChangeset for help on using the changeset viewer.