Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] 3d lines intersection point

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] 3d lines intersection point


Chronological Thread 
  • From: Cédric LE MAITRE <>
  • To:
  • Subject: Re: [cgal-discuss] 3d lines intersection point
  • Date: Thu, 04 Jan 2007 09:05:25 +0100

Hi,

For my needs, i do my own simple implementation which compute parametric equation of the 2 lines.
x = ux*t+vx
y = uy*t+vy
z = uz*t+vz
And resolve a 3 equation with 2 unknown to retrieve the x, y and z of the intersection point if exists.

Regards,
Cédric.

Vikas a écrit :
hi:

For my work, I did a small implementation of "The shortest line
between two lines in 3D" by Paul Bourke. Let me know if you need it
and I'll post it here.

regards,

Vikas.
--- You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://lists-sop.inria.fr/wws/info/cgal-discuss




Archive powered by MHonArc 2.6.16.

Top of Page