Draw.SolidArc. Need to draw longest angle

Hello, shortest angle is ok, but what i can do if i need draw angle more than 180?

Hi

You can get more control by using a different parametrization. Check out: SolidCircle - ALINE

Draw.xy.SolidCircle(float3.zero, 1, 0, math.PI*1.5f, Color.red);
1 Like