Computational Geometry Algorithms Library
1.0
Computational Geometry Algorithms Library Documentation
Main Page
Classes
Files
Class List
Class Index
Class Members
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
}
DCELHalfEdge::origin
DCELVertex * origin
Definition:
DCELHalfEdge.h:17
DCELVertex::y
double y
Definition:
DCELVertex.h:9
The documentation for this class was generated from the following file:
DCEL/
monotone.h
Generated by
1.8.11