Einzelnen Beitrag anzeigen

Kas Ob.

Registriert seit: 3. Sep 2023
457 Beiträge
 
#14

AW: Ellipsenalgo aus Formelsammlung kreieren

  Alt 9. Jul 2025, 10:08
the Step should be calculated from the drawing function not to be supplied with a, b, startangle and endangle, unless you want to draw points instead of continuous line, and it should be calculated from the radius, the radius here is Sqrt(a^2+b^2)

Step = 1/Sqrt(a^2+b^2)

and that it is for continuous line, if you want a dotted draw then make the passed parameter with coefficient as factor to the step so it will be

Step = StepMultiplier/Sqrt(a^2+b^2)
Kas
  Mit Zitat antworten Zitat