Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss]Aff_transformation_3 Plane_3::transform_to_2d() const;

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss]Aff_transformation_3 Plane_3::transform_to_2d() const;


Chronological Thread 
  • From: Ashwin Nanjappa <>
  • To:
  • Subject: Re: [cgal-discuss]Aff_transformation_3 Plane_3::transform_to_2d() const;
  • Date: Wed, 16 Jan 2008 11:33:22 +0800

Max wrote:
> Hello all,
>
> I've found a method of Plane_3
> Aff_transformation_3 transform_to_2d() const;
> but I cannot find any explanation of it in the doc.
>
> Could anybody please tell me the meaning of it?

It seems to be an internal function used by Plane_3::to_2d() and
Plane_3::to_3d(). Deriving from the documentation for to_2d(), I would say
this function "returns the affine transformation which maps the plane_3
onto the xy-plane, with the z-coordinate removed."

HTH,
~ash



Archive powered by MHonArc 2.6.16.

Top of Page