The geometrics traits class of a regular triangulation must fulfill the requirements of section and additionally provide a type Weitghed_point (which derives from the type Point and add a weight data member ) and the power tests for weighted points. The traits must also provide the types Ray and Line to output the dual power diagram, and also eventually a Distance type (analogue to the distance type defined in ) to answer to lowest power query (localisation in the power diagram).
| |
| |
| |
| |
| |
| |
| |
| |
NOT YET required.
|
|
| |||
The two dimensional power test. | ||||
|
| |||
The degenerate one dimensional power test for collinear
Weighted points. Precondition: The points included in p, q and r are collinear. |
|
| |
Returns the power product of wp and wq. This function is NOT YET required nor used. |