Class Cartesian

template<typename K>
class Cartesian

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