Searched defs:pointsLength (Results 1 – 2 of 2) sorted by relevance
146 void SpotShadow::xsort(Vector2* points, int pointsLength) { in xsort()161 int SpotShadow::hull(Vector2* points, int pointsLength, Vector2* retPoly) { in hull()
109 private static int hull(@NonNull float[] points, int pointsLength, @NonNull float[] retPoly) { in hull()