44 bool operator< (
const MGLPoint& lp)
const;
45 bool operator> (
const MGLPoint& lp)
const;
46 bool operator<= (
const MGLPoint& lp)
const;
47 bool operator>= (
const MGLPoint& lp)
const;
48 bool operator== (
const MGLPoint& lp)
const;
49 bool operator!= (
const MGLPoint& lp)
const{
return !operator==(lp);};
57 double param()
const{
return m_t;};
int edge_num() const
return loop's edge number.
Definition: LPoint.h:54
MGLPoint is to represent Loop's point.
Definition: LPoint.h:23
std::ostream & operator<<(std::ostream &ostrm, const MGisect &is)
Debug Function.
Definition: isect.h:95
double param() const
Return isect data.
Definition: LPoint.h:57
Is to represent a Loop's point.
Definition: LEPoint.h:28
MGLPoint()
Definition: LPoint.h:31
MGLPoint(int i, double t)
Construct from all the necessary data.
Definition: LPoint.h:34