This is a discussion on Angle Between Lines within the Pgsql General forums, part of the PostgreSQL category; --> First, please excuse my naivety if I posted this in the wrong forum. My problem: I have two lines ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| First, please excuse my naivety if I posted this in the wrong forum. My problem: I have two lines that share a common point: (x1, y1), (x2, y2) & (x2, y2), (x3, y3)...so x2, y2 is the common. Is there any way I can compute the smallest angle and distance between the two segments? I have searched and restorted to posting after I looked at about 15 pages on google. |