Kernel::Circle_3 |
| |||
introduces a variable of type Kernel::Circle_3.
It is initialized to the circle with center center,
and squared radius sq_r in the plane plane.
| ||||
Kernel::Circle_3 |
| |||
introduces a variable of type Kernel::Circle_3.
It is initialized to the circle with center center,
and squared radius sq_r in the plane
containing center and normal to n.
| ||||
Kernel::Circle_3 | fo.operator() ( Kernel::Point_3 const& p, Kernel::Point_3 const& q, Kernel::Point_3 const& r) | |||
introduces a variable of type Kernel::Point_3.
It is initialized to the circle passing through the three points.
| ||||
Kernel::Circle_3 | fo.operator() ( Kernel::Sphere_3 const& sphere1, Kernel::Sphere_3 const& sphere2) | |||
introduces a variable of type Kernel::Circle_3.
It is initialized to the circle along which the two spheres intersect.
| ||||
Kernel::Circle_3 | fo.operator() ( Kernel::Sphere_3 const& sphere, Kernel::Plane_3 const& plane) | |||
introduces a variable of type Kernel::Circle_3.
It is initialized to the circle along which the sphere and the
plane intersect.
| ||||
Kernel::Circle_3 | fo.operator() ( Kernel::Plane_3 const& plane, Kernel::Sphere_3 const& sphere) | |||
introduces a variable of type Kernel::Circle_3.
It is initialized to the circle along which the sphere and the
plane intersect.
|