mirror of https://github.com/CGAL/cgal
Adding:
- Compute_area_divided_by_pi - Compute_squared_length_divided_by_pi_square - Compute_approximate_area - Compute_approximate_squared_length - Compute_approximate_angle
This commit is contained in:
parent
487f2d0b9d
commit
d64ec0de9f
|
|
@ -5,6 +5,7 @@
|
||||||
#include <CGAL/Quotient.h>
|
#include <CGAL/Quotient.h>
|
||||||
#include <CGAL/_test_sphere_predicates.h>
|
#include <CGAL/_test_sphere_predicates.h>
|
||||||
#include <CGAL/_test_sphere_constructions.h>
|
#include <CGAL/_test_sphere_constructions.h>
|
||||||
|
#include <CGAL/_test_sphere_compute.h>
|
||||||
#include <CGAL/Polynomials_1_3.h>
|
#include <CGAL/Polynomials_1_3.h>
|
||||||
#include <CGAL/Polynomials_2_3.h>
|
#include <CGAL/Polynomials_2_3.h>
|
||||||
#include <CGAL/Polynomials_for_line_3.h>
|
#include <CGAL/Polynomials_for_line_3.h>
|
||||||
|
|
@ -18,5 +19,6 @@ int main()
|
||||||
SK1 sk1;
|
SK1 sk1;
|
||||||
_test_spherical_kernel_predicates(sk1);
|
_test_spherical_kernel_predicates(sk1);
|
||||||
_test_spherical_kernel_construct(sk1);
|
_test_spherical_kernel_construct(sk1);
|
||||||
|
_test_spherical_kernel_compute(sk1);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue