Ignore:
Timestamp:
09/09/13 16:56:16 (12 years ago)
Author:
tbretz
Message:
Added a version of GetIntersectionPoint which allows to check for success.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mbase/MMath.h

    r11426 r17161  
    5555    Double_t InterpolParabCos(const TVector3 &vx, const TVector3 &vy, Double_t x);
    5656
     57    TVector2 GetIntersectionPoint(const TVector2 &x1, const TVector2 &y1, const TVector2 &x2, const TVector2 &y2, Bool_t &rc);
    5758    TVector2 GetIntersectionPoint(const TVector2 &x1, const TVector2 &y1, const TVector2 &x2, const TVector2 &y2);
    5859
Note: See TracChangeset for help on using the changeset viewer.