mirror of https://github.com/CGAL/cgal
Fixed 'Compute_power_distance_to_power_sphere_3' missing from Kernel.h's doc
This commit is contained in:
parent
0b9da6da89
commit
62fa9be278
|
|
@ -1338,6 +1338,11 @@ public:
|
|||
*/
|
||||
typedef unspecified_type Compute_power_product_3;
|
||||
|
||||
/*!
|
||||
a model of `Kernel::ComputePowerDistanceToPowerSphere_3`
|
||||
*/
|
||||
typedef unspecified_type Compute_power_distance_to_power_sphere_3;
|
||||
|
||||
/*!
|
||||
a model of `Kernel::ComputeSquaredRadiusSmallestOrthogonalSphere_3`
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue