Improve the doc

This commit is contained in:
Andreas Fabri
2016-11-03 13:07:50 +01:00
committed by Jane Tournois
parent 881837ba2d
commit dcf5f32dc0
5 changed files with 322 additions and 74 deletions
@@ -574,8 +574,8 @@ public:
};
// Compute the square radius of the circle centered in t
// and orthogonal to the circle orthogonal to p,q,r,s
// Compute the square radius of the sphere centered in t
// and orthogonal to the sphere orthogonal to p,q,r,s
template< typename K>
class Compute_power_distance_to_power_sphere_3
{