I need to find a point(x,y,z) that is - distance 2 from a known point P (x1,y1,z1) - on the same alignment of normal vector for plane A - P is on the plane A
the same question as:
Find a point that trace a line with another known point P on a plane, and this line are perpendicular to the plane, the distance between the point an P must be 2
. A point I want to known (x,y,z)
|
| -> distance 2
------P----- -> Plane
| -> distance 2
|
. A' point I wanto to known (x',y',z')
P is point (x1,y1,z1)