CGAL::homogeneous_to_quotient_cartesian

#include <CGAL/cartesian_homogeneous_conversion.h>

Point_2< Cartesian<Quotient<RT> > >
homogeneous_to_quotient_cartesian ( Point_2<Homogeneous<RT> > hp)
converts the 2d point hp with homogeneous representation with number type RT into a 2d point with Cartesian representation with number type Quotient<RT>.

Point_3< Cartesian<Quotient<RT> > >
homogeneous_to_quotient_cartesian ( Point_3<Homogeneous<RT> > hp)
converts the 3d point hp with homogeneous representation with number type RT into a 3d point with Cartesian representation with number type Quotient<RT>.

See Also

CGAL::Cartesian<FieldNumberType>
CGAL::Cartesian_converter<K1, K2, NTConverter>
CGAL::cartesian_to_homogeneous
CGAL::Homogeneous<RingNumberType>
CGAL::Homogeneous_converter<K1, K2, RTConverter, FTConverter>
CGAL::homogeneous_to_cartesian
CGAL::quotient_cartesian_to_homogeneous
CGAL::Simple_cartesian<FieldNumberType>
CGAL::Simple_homogeneous<RingNumberType>