CGAL 4.9 - Kinetic Framework
|
#include <CGAL/Kinetic/Cartesian.h>
This class provides a model of Kinetic::Kernel
for use with general Cartesian geometry.
The IO format for points is currently p0, p1, ... w. pi and w are instances of Function. There IO format is typically c0+c1t+c2t2+.... Beware of issues with CGAL IO of the coeffients as exact number typles often require that the coefficents be expressed as a/b even when b is 1.
Types | |
typedef unspecified_type | Certificate |
This is a model of Kinetic::Certificate . | |
typedef unspecified_type | Point_1 |
typedef unspecified_type | Point_2 |
typedef unspecified_type | Point_3 |
typedef unspecified_type | Weighted_point_3 |
Certificate Functors | |
The following are functors which generate Each has a corresponding | |
typedef unspecified_type | Orientation_2 |
typedef unspecified_type | Orientation_3 |
typedef unspecified_type | Side_of_oriented_circle_2 |
typedef unspecified_type | Side_of_oriented_sphere_3 |
typedef unspecified_type | Power_test_3 |
typedef unspecified_type | Weighted_orientation_3 |
typedef unspecified_type | Compare_x_1 |
typedef unspecified_type | Compare_x_2 |
typedef unspecified_type | Compare_y_2 |
typedef unspecified_type | Compare_x_3 |
typedef unspecified_type | Compare_y_3 |
typedef unspecified_type | Compare_z_3 |
typedef unspecified_type | Compare_distance_2 |
typedef unspecified_type | Compare_distance_3 |