|
CGAL 6.1.3 - 2D and 3D Linear Geometry Kernel
|
AdaptableQuaternaryFunction Operations | |
A model of this concept must provide: | |
| Kernel::Sphere_3 | operator() (const Kernel::Point_3 ¢er, const Kernel::FT &squared_radius, const Orientation &orientation=COUNTERCLOCKWISE) |
| introduces a sphere initialized to the sphere with center center, squared radius squared_radius and orientation orientation. | |
| Kernel::Sphere_3 | operator() (const Kernel::Point_3 &p, const Kernel::Point_3 &q, const Kernel::Point_3 &r, const Kernel::Point_3 &s) |
| introduces a sphere initialized to the unique sphere which passes through the points p, q, r and s. | |
| Kernel::Sphere_3 | operator() (const Kernel::Point_3 &p, const Kernel::Point_3 &q, const Kernel::Point_3 &r, const Orientation &o=COUNTERCLOCKWISE) |
| introduces a sphere initialized to the smallest sphere which passes through the points p, q, and r. | |
| Kernel::Sphere_3 | operator() (const Kernel::Point_3 &p, const Kernel::Point_3 &q, const Orientation &o=COUNTERCLOCKWISE) |
| introduces a sphere initialized to the smallest sphere which passes through the points p and q. | |
| Kernel::Sphere_3 | operator() (const Kernel::Point_3 ¢er, const Orientation &orientation=COUNTERCLOCKWISE) |
| introduces a sphere s initialized to the sphere with center center, squared radius zero and orientation orientation. | |
| Kernel::Sphere_3 | operator() (const Kernel::Circle_3 &c) |
| introduces a sphere initialized to the diametral sphere of the circle. | |
| Kernel::Sphere_3 Kernel::ConstructSphere_3::operator() | ( | const Kernel::Point_3 & | center, |
| const Kernel::FT & | squared_radius, | ||
| const Orientation & | orientation = COUNTERCLOCKWISE ) |
introduces a sphere initialized to the sphere with center center, squared radius squared_radius and orientation orientation.
| Kernel::Sphere_3 Kernel::ConstructSphere_3::operator() | ( | const Kernel::Point_3 & | center, |
| const Orientation & | orientation = COUNTERCLOCKWISE ) |
introduces a sphere s initialized to the sphere with center center, squared radius zero and orientation orientation.
| Kernel::Sphere_3 Kernel::ConstructSphere_3::operator() | ( | const Kernel::Point_3 & | p, |
| const Kernel::Point_3 & | q, | ||
| const Kernel::Point_3 & | r, | ||
| const Kernel::Point_3 & | s ) |
introduces a sphere initialized to the unique sphere which passes through the points p, q, r and s.
The orientation of the sphere is the orientation of the point quadruple p, q, r, s.
| Kernel::Sphere_3 Kernel::ConstructSphere_3::operator() | ( | const Kernel::Point_3 & | p, |
| const Kernel::Point_3 & | q, | ||
| const Kernel::Point_3 & | r, | ||
| const Orientation & | o = COUNTERCLOCKWISE ) |
introduces a sphere initialized to the smallest sphere which passes through the points p, q, and r.
The orientation of the sphere is o.
| Kernel::Sphere_3 Kernel::ConstructSphere_3::operator() | ( | const Kernel::Point_3 & | p, |
| const Kernel::Point_3 & | q, | ||
| const Orientation & | o = COUNTERCLOCKWISE ) |
introduces a sphere initialized to the smallest sphere which passes through the points p and q.
The orientation of the sphere is o.
#include <Concepts/FunctionObjectConcepts.h>
AdaptableQuaternaryFunction Operations | |
A model of this concept must provide: | |
| Kernel::Sphere_3 | operator() (const Kernel::Point_3 ¢er, const Kernel::FT &squared_radius, const Orientation &orientation=COUNTERCLOCKWISE) |
| introduces a sphere initialized to the sphere with center center, squared radius squared_radius and orientation orientation. | |
| Kernel::Sphere_3 | operator() (const Kernel::Point_3 &p, const Kernel::Point_3 &q, const Kernel::Point_3 &r, const Kernel::Point_3 &s) |
| introduces a sphere initialized to the unique sphere which passes through the points p, q, r and s. | |
| Kernel::Sphere_3 | operator() (const Kernel::Point_3 &p, const Kernel::Point_3 &q, const Kernel::Point_3 &r, const Orientation &o=COUNTERCLOCKWISE) |
| introduces a sphere initialized to the smallest sphere which passes through the points p, q, and r. | |
| Kernel::Sphere_3 | operator() (const Kernel::Point_3 &p, const Kernel::Point_3 &q, const Orientation &o=COUNTERCLOCKWISE) |
| introduces a sphere initialized to the smallest sphere which passes through the points p and q. | |
| Kernel::Sphere_3 | operator() (const Kernel::Point_3 ¢er, const Orientation &orientation=COUNTERCLOCKWISE) |
| introduces a sphere s initialized to the sphere with center center, squared radius zero and orientation orientation. | |
| Kernel::Sphere_3 | operator() (const Kernel::Circle_3 &c) |
| introduces a sphere initialized to the diametral sphere of the circle. | |
| Kernel::Sphere_3 Kernel::ConstructSphere_3::operator() | ( | const Kernel::Point_3 & | center, |
| const Kernel::FT & | squared_radius, | ||
| const Orientation & | orientation = COUNTERCLOCKWISE ) |
introduces a sphere initialized to the sphere with center center, squared radius squared_radius and orientation orientation.
| Kernel::Sphere_3 Kernel::ConstructSphere_3::operator() | ( | const Kernel::Point_3 & | center, |
| const Orientation & | orientation = COUNTERCLOCKWISE ) |
introduces a sphere s initialized to the sphere with center center, squared radius zero and orientation orientation.
| Kernel::Sphere_3 Kernel::ConstructSphere_3::operator() | ( | const Kernel::Point_3 & | p, |
| const Kernel::Point_3 & | q, | ||
| const Kernel::Point_3 & | r, | ||
| const Kernel::Point_3 & | s ) |
introduces a sphere initialized to the unique sphere which passes through the points p, q, r and s.
The orientation of the sphere is the orientation of the point quadruple p, q, r, s.
| Kernel::Sphere_3 Kernel::ConstructSphere_3::operator() | ( | const Kernel::Point_3 & | p, |
| const Kernel::Point_3 & | q, | ||
| const Kernel::Point_3 & | r, | ||
| const Orientation & | o = COUNTERCLOCKWISE ) |
introduces a sphere initialized to the smallest sphere which passes through the points p, q, and r.
The orientation of the sphere is o.
| Kernel::Sphere_3 Kernel::ConstructSphere_3::operator() | ( | const Kernel::Point_3 & | p, |
| const Kernel::Point_3 & | q, | ||
| const Orientation & | o = COUNTERCLOCKWISE ) |
introduces a sphere initialized to the smallest sphere which passes through the points p and q.
The orientation of the sphere is o.