File cartesian_kernel.h

template<typename K>
class Cartesian
#include <cartesian_kernel.h>

This class represents a cartesian kernel parameterized by a numerical type e.g. double

Template Parameters:

K – Numerical Type

Public Types

typedef Cartesian<K> Self
typedef K FT
typedef point<Self> Point