Function DrawBuf.makeArcPath

static vec2[] makeArcPath(
  vec2 center,
  float radiusX,
  float radiusY,
  float startAngle,
  float endAngle
);