\( \newcommand{\E}{\mathrm{E}} \) \( \newcommand{\A}{\mathrm{A}} \) \( \newcommand{\R}{\mathrm{R}} \) \( \newcommand{\N}{\mathrm{N}} \) \( \newcommand{\Q}{\mathrm{Q}} \) \( \newcommand{\Z}{\mathrm{Z}} \) \( \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }\)
CGAL 4.14 - 2D Snap Rounding
SRTraits_2::ConstructVertex_2 Concept Reference

Definition

Public Member Functions

Point_2 operator() (Segment_2 seg, int i)
 returns the source or target of seg. More...
 

Member Function Documentation

◆ operator()()

Point_2 SRTraits_2::ConstructVertex_2::operator() ( Segment_2  seg,
int  i 
)

returns the source or target of seg.

If i modulo 2 is 0, the source is returned, otherwise the target is returned.}