Adding Circle_3 object to the Kernel.

This commit is contained in:
Pedro Machado Manhaes de Castro
2008-06-03 12:17:16 +00:00
parent 7a6b5546f0
commit fc45f43179
11 changed files with 555 additions and 2 deletions
@@ -46,6 +46,12 @@ namespace HomogeneousKernelFunctors {
using CartesianKernelFunctors::Construct_barycenter_2;
using CartesianKernelFunctors::Construct_barycenter_3;
using CartesianKernelFunctors::Compute_approximate_area_3;
using CartesianKernelFunctors::Compute_approximate_squared_length_3;
using CartesianKernelFunctors::Compute_area_divided_by_pi_3;
using CartesianKernelFunctors::Compute_squared_length_divided_by_pi_square_3;
using CartesianKernelFunctors::Construct_radical_plane_3;
template <typename K>
class Angle_2
{