Processing math: 100%
CGAL 4.9 - Kinetic Framework
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
CGAL::Kinetic::Cartesian< FunctionKernel > Class Template Reference

#include <CGAL/Kinetic/Cartesian.h>

Definition

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.

Is Model Of:
Kinetic::Kernel

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 Certificate objects.

Each has a corresponding _object method which creates the functor. They are models of Kinetic::CertificateGenerator.

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