Navigation:
Up
,
Table of Contents
,
Bibliography
,
Index
,
Title Page
CGAL::Simple_homogeneous<RingNumberType>
#include <
CGAL/Simple_homogeneous.h
>
Definition
A model for a
Kernel
using homogeneous coordinates to represent the geometric objects.
Is Model for the Concept
Kernel
Types
typedef Quotient<
RingNumberType
>
FT;
typedef
RingNumberType
RT;
Implementation
In contrast to
Homogeneous
, no reference counting is used internally. This eases debugging, but may slow down algorithms that copy objects intensively, or slightly speed up others.
See Also
CGAL::
Cartesian
<
FieldNumberType
>
CGAL::
Homogeneous
<
RingNumberType
>
CGAL::
Simple_cartesian
<
FieldNumberType
>
Next:
Aff_transformation_2<R>
Navigation:
Up
,
Table of Contents
,
Bibliography
,
Index
,
Title Page
www.cgal.org
. Aug 13, 2001.