-
Notifications
You must be signed in to change notification settings - Fork 0
Box2D_Constants
hpgDesigns edited this page Aug 8, 2021
·
1 revision
This article is an overview of physics related constants and variables for the Box2D physics extension.
| Constant | Description |
|---|---|
| b2d_box | Box shape with width and height. |
| b2d_circle | Circle shape defined by radius. |
| b2d_edge | Edge shape, can be combined to create chains and loops. |
| b2d_chain | Chain shape defined by vertices and compromised of a series of edges. |
| b2d_loop | Loop shape defined by vertices and compromised of a series of edges. |
| b2d_polygon | Polygon shape defined by convex vertices in a clockwise order. |
This is number 1