G
Guest
Find angle between 2 points using 2d coordinates.
I am trying to write a tool to find angle between 2 coordinates in 2d space.
I know the distance of adjacent side and hypotenuse.
Cos(angle) = adjacent side / hypotenuse
Angle = (adjacent side / hypotenuse) inverse of Cos
I exactly don’t know where to find and use the inverse function in vb.net
Your help much appreciated..
Thx
JK
I am trying to write a tool to find angle between 2 coordinates in 2d space.
I know the distance of adjacent side and hypotenuse.
Cos(angle) = adjacent side / hypotenuse
Angle = (adjacent side / hypotenuse) inverse of Cos
I exactly don’t know where to find and use the inverse function in vb.net
Your help much appreciated..
Thx
JK