\( \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.12 - 2D Snap Rounding
SRTraits_2::ConstructSegment_2 Concept Reference

Definition

Public Member Functions

Segment_2 operator() (Point_2 p, Point_2 q)
 introduces a segment with source p and target q. More...
 

Member Function Documentation

◆ operator()()

Segment_2 SRTraits_2::ConstructSegment_2::operator() ( Point_2  p,
Point_2  q 
)

introduces a segment with source p and target q.

The segment is directed from the source towards the target.