Enumeration CollisionMethods

Resolution phase collision methods

  • AABB (axis-aligned bounding box): It only works with axis-aligned rectangles and lines and cimcurferences.
  • SAT (Separation axis theorem): It works with every type of shape.

Enumeration Members

Enumeration Members

AABB: 0
SAT: 1