Searched refs:hull (Results 1 – 2 of 2) sorted by relevance
129 int penumbraLength = Math3DHelper.hull(shadowRegion, shadowRegionLength, penumbra); in calculateShadow()
119 public static int hull(float[] points, int pointsLength, float[] retPoly) { in hull() method in Math3DHelper