Exemplo n.º 1
0
 public static void GetAproximateDynamicClustersForSize(ref BoundingBoxD container, double clusterSize, List <BoundingBoxD> clusters)
 {
     m_dynamicObjectsTree.GetAproximateClustersForAabb(ref container, clusterSize, clusters);
 }