Package org.jbox2d.collision.broadphase


package org.jbox2d.collision.broadphase
Broad-phase collision detection structures and strategies, including the dynamic tree used to efficiently find potentially colliding proxies.
  • Class
    Description
    The broad-phase is used for computing pairs and performing volume queries and ray casts.
     
    The broad-phase is used for computing pairs and performing volume queries and ray casts.
    A dynamic tree arranges data in a binary tree to accelerate queries such as volume queries and ray casts.