| Author |
Message
|
| manatee |
Posted: Tue Jul 08, 2008 2:51 pm Post subject: Using 2d projections to form 3d line |
|
|
Forum Freshman

Joined: 08 Jul 2008 Posts: 3
|
Hi,
Ive got 3 2d lines which are projections of a 3d line, I would like to use these lines to reconstruct the 3d lines. I have the angles for these lines with respect to perpendicular axes, ie. theta-xy, theta-xz, theta-yz.
How can I convert these parameters into a single parametric equation that looks like:
x = x0 + ax*t
y = y0 + ay*t
z = z0 + az*t
Thanks |
|
| Back to top |
|
 |
| MagiMaster |
Posted: Tue Jul 08, 2008 5:23 pm Post subject: |
|
|
Forum Bachelors Degree

Joined: 16 Jul 2006 Posts: 441
|
| This isn't a full answer, but consider that changing z0 or az won't change theta-xy or the intercepts in the xy-projection. |
|
| Back to top |
|
 |
| manatee |
Posted: Tue Jul 08, 2008 5:27 pm Post subject: |
|
|
Forum Freshman

Joined: 08 Jul 2008 Posts: 3
|
Yes, that makes sense.
I think I figured it out..
assume dx/dt = 1
then dy/dt = dy/dx * dx/dt , also dz/dt = dz/dx * dx/dt
Quite simple really
Thanks for the reply |
|
| Back to top |
|
 |
|
|