Re: Curved line camera path

by enkonyito » Thu Aug 03, 2017 8:42 pm

Using the correlation found, the start angle depends on the orientation of the camera so sometimes the arc is badly drawn.
Image Image

By discovering that we can use Math.atan2(y, x) to calculate the start angle from the position only, I will orient myself towards this solution.