Searched refs:makeClockwise (Results 1 – 2 of 2) sorted by relevance
196 makeClockwise(poly1, poly1length); in intersection()197 makeClockwise(poly2, poly2length); in intersection()371 private static void makeClockwise(float[] polygon, int len) { in makeClockwise() method in Math3DHelper
191 public static float makeClockwise(float point) { in makeClockwise() method in PerimeterPathGuide