Navigation: Up, Table of Contents, Bibliography, Index, Title Page

CGAL::Simple_cartesian<FieldNumberType>

#include <CGAL/Simple_cartesian.h>

Definition

A model for a Kernel using Cartesian coordinates to represent the geometric objects.

Is Model for the Concept

Kernel

Types

typedef FieldNumberType
FT;
typedef FieldNumberType
RT;

Implementation

In contrast to Cartesian, no reference counting is used internally. This eases debugging, but may slow down algorithms that copy objects intensively.

See Also

CGAL::Cartesian<FieldNumberType>
CGAL::Homogeneous<RingNumberType>
CGAL::Simple_homogeneous<RingNumberType>


Next: Simple_homogeneous<RingNumberType>
Navigation: Up, Table of Contents, Bibliography, Index, Title Page
www.cgal.org. Aug 13, 2001.