Navigation:
Up
Table of Contents
Package Overview
Bibliography
Index
Title
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
Acknowledging CGAL
CGAL Open Source Project
. Release 4.1. 23 October 2012.