The octCircle Object
struct octCircle { /* oct Circle */
octCoord startingAngle; /* times 1/10° */
octCoord endingAngle; /* for slice */
octCoord innerRadius; /* for donut */
octCoord outerRadius; /* radius of circle */
struct octPoint center; /* center point */