This will give you a compass heading between two points.
Positions need to be PCI vectors.
9 Comments
- Log in to leave a comment
-
-
-
18.9k GoldenShadowGS
@sushiboi It can be modified to accomplish that. I used a method like that an some of my previous projects that needed the angle between two positions.
remind me again if I don't reply here again within 24 hours.
-
294 Sushiboi
@GoldenShadowGS but the new vizzy you recommended takes one of the points to be your current position right? I am trying to find the bearing of 2 points regardless of my craft's current position
-
-
18.9k GoldenShadowGS
There is a better way to find bearing between 2 positions using atan2 @sushiboi
-
294 Sushiboi
Hi, I need help with using this, I cannot seem to figure how to use the program, I made a vizzy to save my spawn point as point 1, drive to another point, safe as point 2 and display bearings, but it always shows 90 degrees
-
@GoldenShadowGS thanks soo much