CGAL 5.1 - 3D Spherical Geometry Kernel
SphericalKernel::ConstructPlane_3 Class Reference

#include <Concepts/SphericalKernel--ConstructPlane_3.h>

Definition

Operations

A model of this concept must provide:

SphericalKernel::Plane_3 operator() (const SphericalKernel::Circular_arc_3 &a)
 Constructs the plane containing the arc. More...
 
SphericalKernel::Plane_3 operator() (const SphericalKernel::Polynomial_1_3 &p)
 Constructs a plane from an equation. More...
 

Member Function Documentation

◆ operator()() [1/2]

SphericalKernel::Plane_3 SphericalKernel::ConstructPlane_3::operator() ( const SphericalKernel::Circular_arc_3 a)

Constructs the plane containing the arc.

◆ operator()() [2/2]

SphericalKernel::Plane_3 SphericalKernel::ConstructPlane_3::operator() ( const SphericalKernel::Polynomial_1_3 p)

Constructs a plane from an equation.