Re: Distance between point and plane



Simona wrote:

My problem is: i've a 3 points, a plane defined fy this 3 points (P1,
P2, P3). I've other points. I want to calculate the distance between
that points and the plane.
I look for the equation, but i get only the absolute value.

I need to know if the points are under or over my plane. I get the
normal to my plane for that, ok.
If i make the plane with P1, P2, P3 and then i make the plane with
P2,P1,P3 or P3, P2, P1, the coefficient a, b, c and d (plane: ax+by+cz
+d=0) change.

How i can obtain a distance with sign?


The directed distance from the point (u,v,w) to the plane {(x,y,z): a x + b y + c z + d = 0} is
- (a u + b v + c w + d) / (+/-) sqrt(a^2 + b^2 + c^2), where the sign in the denominator is that of the last nonzero coefficient amongst a, b, and c. Here, when c is nonzero, the distance is negative if (u,v,w) lies above the plane (in the sense of the z-axis), positive if (u,v,w) lies below the plane. See Steen and Ballou, Analytic Geometry.

Note that (u, v, w) and (u0, v0, w0) lie on different sides of the plane iff
(a u + b v + c w + d) (a u0 + b v0 + c w0 + d) < 0.

--
Stephen J. Herschkorn sjherschko@xxxxxxxxxxxx
Math Tutor on the Internet and in Central New Jersey and Manhattan



.



Relevant Pages

  • Re: minimum distance between a circle in R^3 and a plane
    ... Here k is the distance of the center from the plane 1. ... since the circle around p ... The Euclidean distance between two points p and q in the plane is ...
    (sci.math)
  • Re: questions about the perspective projection matrix ???
    ... so that f/z is in for points between the near and far plane. ... I understand that hardware implement all this but I am trying to ... samples along a particular light ray to check which one is in front of ... distance for example as a way of checking of which sample is in front ...
    (comp.graphics.algorithms)
  • Re: Metric Tensor of Flat Space-Time
    ... >>get back to the fundamental proposition of Relativity we must either ... space-time surface becomes the same as the tangent plane. ... If the Pythagorean metric is used and imaginary time is assumed on the ... > multiply your dby the distance from the center of rotation. ...
    (sci.math)
  • Re: Metric Tensor of Flat Space-Time
    ... >>get back to the fundamental proposition of Relativity we must either ... space-time surface becomes the same as the tangent plane. ... If the Pythagorean metric is used and imaginary time is assumed on the ... > multiply your dby the distance from the center of rotation. ...
    (sci.physics)
  • Re: MMX proves Light anisotropic
    ... get 22.00000022m for the total distance the light will travel to the ... The distance travelled by the flight attendant as she travels ... 2Dand the wingspan of the plane is evidently ...
    (sci.physics.relativity)