Home | History | Annotate | Download | only in util

Lines Matching refs:numSegments

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