create a plane thru 3 points (c++)
-
Hi, can somebody tell me how to create a plane passing through 3 points and how to project a point onto this plane.Please do help me out.Thnk You.
-
Hi, can somebody tell me how to create a plane passing through 3 points and how to project a point onto this plane.Please do help me out.Thnk You.
Better you've to post the question in Mathematics and Algorithms forum[^] too. You could find more experts there for your problem. Regards, Jijo.
_____________________________________________________ http://weseetips.com[^] Visual C++ tips and tricks. Updated daily.
-
Thnx for the reply.ok, ill explain it clearly.I want this plane as i have to project a set of points that are scattered all over the space.So i am required to project these points on to the plane, so that i get the 2d cordinates of all th points with respect to that plane.Plse do tell me how to do it.
-
Better you've to post the question in Mathematics and Algorithms forum[^] too. You could find more experts there for your problem. Regards, Jijo.
_____________________________________________________ http://weseetips.com[^] Visual C++ tips and tricks. Updated daily.
Well, actually i had to develop a c/c++ code for creating a plane n projecting the points on that plane.Thats y i posted it here so that somebody could help me if they had done something similar to what i want.Plse do tell me if you know how to do it.Anyways, thk you for the reply.
-
Well, actually i had to develop a c/c++ code for creating a plane n projecting the points on that plane.Thats y i posted it here so that somebody could help me if they had done something similar to what i want.Plse do tell me if you know how to do it.Anyways, thk you for the reply.
Googling 'plane equation three points' ... 1st result : Equation of a plane[^] Googling 'projection point plane' ... 3rd result : Projection of a point on a plane[^] You could do this, dont you?
-
Googling 'plane equation three points' ... 1st result : Equation of a plane[^] Googling 'projection point plane' ... 3rd result : Projection of a point on a plane[^] You could do this, dont you?