Package org.jbox2d.collision.shapes


package org.jbox2d.collision.shapes
Geometric shapes and mass properties used to define fixture collision geometry, including circles, polygons, edges, and chains.
  • Class
    Description
    A chain shape is a free form sequence of line segments.
    A circle shape.
    A line segment (edge) shape.
    This holds the mass data computed for a shape.
    A convex polygon shape.
    A shape is used for collision detection.
    Types of shapes