|
| |||
introduces a variable of type Kernel::Circle_2.
It is initialized to the circle with center center,
squared radius squared_radius and orientation
orientation. Precondition: orientation COLLINEAR, and further, squared_radius 0. | ||||
|
| |||
introduces a variable of type Kernel::Circle_2.
It is initialized to the unique circle which passes through
the points p, q and r. The orientation of
the circle is the orientation of the point triple p,
q, r. Precondition: p, q, and r are not collinear. | ||||
|
| |||
introduces a variable of type Kernel::Circle_2.
It is initialized to the circle with diameter
and orientation orientation. Precondition: orientation COLLINEAR. | ||||
|
| |||
introduces a variable of type Kernel::Circle_2.
It is initialized to the circle with center center, squared
radius zero and orientation orientation. Precondition: orientation COLLINEAR. Postcondition: .is_degenerate() = true. |