Computational Geometry Algorithms Library  1.0
Computational Geometry Algorithms Library Documentation
Public Member Functions | List of all members
func Class Reference

#include <monotone.h>

Public Member Functions

bool operator() (DCELHalfEdge *e1, DCELHalfEdge *e2)
 

Member Function Documentation

bool func::operator() ( DCELHalfEdge e1,
DCELHalfEdge e2 
)
inline
14  {
15  return e1->origin->y < e2->origin->y;
16  }
DCELVertex * origin
Definition: DCELHalfEdge.h:17
double y
Definition: DCELVertex.h:9

The documentation for this class was generated from the following file: