CGAL 5.3 - 3D Spherical Geometry Kernel
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.