|
| |
|
A type to hold a coordinate type class.
The type must provide a copy constructor, assignment, comparison
operators, negation, multiplication, division and allow the
declaration and initialization with a small integer constant
(cf. requirements for number types). Precondition: An obvious choice would be coordinate type of the point class.
| |
Only a default constructor is required. Note that further constructors can be provided.
|
| |
|
A default constructor.
| |
|
|
| |
| Returns the squared radius of the circle of the points p0, p1, p2, associated with the metric used by Dt. | ||
|
|
| |
| Returns the squared radius of smallest circle of the points p0, p1, associated with the metric used by Dt. | ||
|
|
| |
| Returns the relative position of point test to the smallest circle of the points p0, p1, using the same metric as Dt. | ||