Searched refs:centroid3d (Results 1 – 3 of 3) sorted by relevance
132 Math3DHelper.centroid3d(lightPoly, lightPolyLength, p); in calculateShadow()
55 Math3DHelper.centroid3d(polygon, polygonLength, centroidxy); in generateVertex()
79 public static void centroid3d(float[] poly, int len, float[] ret) { in centroid3d() method in Math3DHelper