Main Page | Namespace List | Class Hierarchy | Class List | File List | Class Members | File Members

order Struct Reference

List of all members.

Public Member Functions

bool operator() (Point3D *pA, Point3D *pB) const

Member Function Documentation

bool order::operator() Point3D pA,
Point3D pB
const [inline]
 

00007 { 00008 Point3D p1 = *pA; 00009 Point3D p2 = *pB; 00010 00011 if (p1[1] >= 0) 00012 if (p2[1] >= 0) 00013 return (p1[0] <= p2[0]); 00014 else 00015 return false; 00016 else 00017 if (p2[1] >= 0) 00018 return true; 00019 else 00020 return (p1[0] > p2[0]); 00021 }


The documentation for this struct was generated from the following file:
Generated on Tue Nov 29 21:58:59 2005 for CylinderGenerator by doxygen 1.3.7