CGAL 6.3 - 2D and 3D Linear Geometry Kernel
Loading...
Searching...
No Matches

Functions

template<typename Kernel>
CGAL::Point_2< KernelCGAL::max_vertex (const CGAL::Iso_rectangle_2< Kernel > &ir)
 computes the vertex with the lexicographically largest coordinates of the iso rectangle ir.
template<typename Kernel>
CGAL::Point_3< KernelCGAL::max_vertex (const CGAL::Iso_cuboid_3< Kernel > &ic)
 computes the vertex with the lexicographically largest coordinates of the iso cuboid ic.

Function Documentation

◆ max_vertex() [1/2]

template<typename Kernel>
CGAL::Point_3< Kernel > CGAL::max_vertex ( const CGAL::Iso_cuboid_3< Kernel > & ic)

#include <CGAL/Kernel/global_functions.h>

computes the vertex with the lexicographically largest coordinates of the iso cuboid ic.

Exactness
This construction is trivial and therefore always exact in Exact_predicates_inexact_constructions_kernel.

◆ max_vertex() [2/2]

template<typename Kernel>
CGAL::Point_2< Kernel > CGAL::max_vertex ( const CGAL::Iso_rectangle_2< Kernel > & ir)

#include <CGAL/Kernel/global_functions.h>

computes the vertex with the lexicographically largest coordinates of the iso rectangle ir.

Exactness
This construction is trivial and therefore always exact in Exact_predicates_inexact_constructions_kernel.