Home | History | Annotate | Download | only in util

Lines Matching defs:numSegments

799             int numSegments = (int) Math.ceil(Math.abs(sweep * 4 / Math.PI));
810 double anglePerSegment = sweep / numSegments;
811 for (int i = 0; i < numSegments; i++) {