Loading [MathJax]/extensions/TeX/newcommand.js
\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 - 3D Spherical Geometry Kernel
All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Modules Pages
SphericalKernel::ConstructLineArc_3 Concept Reference

Definition

Operations

A model of this concept must provide:

SphericalKernel::Line_arc_3 operator() (const SphericalKernel::Line_3 &l, const SphericalKernel::Circular_arc_point_3 &p, const SphericalKernel::Circular_arc_point_3 &q)
 Constructs the line segment supported by l, whose source is p and whose target is q. More...
 
SphericalKernel::Line_arc_3 operator() (const SphericalKernel::Segment_3 &s)
 
SphericalKernel::Line_arc_3 operator() (const SphericalKernel::Point_3 &p, const SphericalKernel::Point_3 &q)
 

Member Function Documentation

◆ operator()()

SphericalKernel::Line_arc_3 SphericalKernel::ConstructLineArc_3::operator() ( const SphericalKernel::Line_3 l,
const SphericalKernel::Circular_arc_point_3 p,
const SphericalKernel::Circular_arc_point_3 q 
)

Constructs the line segment supported by l, whose source is p and whose target is q.

Precondition
p and q lie on l and are different.