Searched defs:centroid3d (Results 1 – 4 of 4) sorted by relevance
33 const Vector3& centroid3d, const Rect& casterBounds, in tessellateAmbientShadow()
167 const Vector3* casterVertices, int casterVertexCount, const Vector3& centroid3d, in createAmbientShadow()
241 Vector3 centroid3d = {centroid.x, centroid.y, 0}; in tessellateShadows() local
76 private static void centroid3d(@NonNull float[] poly, int len, @NonNull float[] ret) { in centroid3d() method in SpotShadow