Navigation:
Up
,
Table of Contents
,
Package Overview
,
Bibliography
,
Index
,
Title Page
,
Acknowledging CGAL
CGAL::compare_lexicographically
#include <CGAL/predicates_d.h>
Comparison_result
compare_lexicographically (
Point_d
<R> p,
Point_d
<R> q)
Compares the Cartesian coordinates of points
p
and
q
lexicographically in ascending order of its Cartesian components
p[i]
and
q[i]
for
i = 0,...,d-1
.
Precondition:
p.dimension() == q.dimension()
Next:
contained_in_affine_hull
Navigation:
Up
,
Table of Contents
,
Package Overview
,
Bibliography
,
Index
,
Title Page
,
Acknowledging CGAL
CGAL Open Source Project
. Release 3.3.1. 25 August 2007.