Module parametrics::circle

source ·
Expand description

Circles and Rcs

Structs

  • A circle of radius r, centred at a point - parameterisation starting at a given “angle” measured in “turns” (so [0,1]) - where 0 is on the positive x-axis for the unit circle.
  • A circle Rc of radius r, centred at a point - parameterisation starting at a given “angle” start_angle and ending at end_angle - “angles” are “turns” as described in Circle