CGAL::homogeneous_to_cartesian

#include <CGAL/cartesian_homogeneous_conversion.h>

Point_2< Cartesian<FT> > homogeneous_to_cartesian ( Point_2< Homogeneous<FT> > hp)
converts 2d point hp with homogeneous representation into a 2d point with Cartesian representation with the same number type.

Point_3< Cartesian<FT> > homogeneous_to_cartesian ( Point_3< Homogeneous<FT> > hp)
converts 3d point hp with homogeneous representation into a 3d point with Cartesian representation with the same number type.

See Also

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_quotient_cartesian
CGAL::quotient_cartesian_to_homogeneous
CGAL::Simple_cartesian<FieldNumberType>
CGAL::Simple_homogeneous<RingNumberType>