Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

How to find the angle between two required vertices in a poly line in plsql

1008538May 13 2013 — edited May 13 2013
Here my requirement is to get the angle between two x,y coordinates where they are from a poly line.
Pictorial representation is shown for better understanding

(x2,y2) ..................................... (x3,y3)
.
.
.
.
.
.
.
.
.
.
.
.
(x1,y1)

I want to find angle between (x2,y2) and (x3,y3) or (x1,y1) and (x2,y2). Can you please help me in writing a query to find angle between two vertices of a poly line.

Thanks in Advance.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 10 2013
Added on May 13 2013
4 comments
241 views