This holds the mass data computed for a shape.
More...
#include <b2Types.h>
Data Fields |
var | mass |
| The mass of the shape, usually in kilograms.
|
VECTOR | center |
| The position of the shape's centroid relative to the shape's origin.
|
var | I |
| The rotational inertia of the shape about the local origin.
|
Detailed Description
This holds the mass data computed for a shape.
Definition at line 409 of file b2Types.h.
Field Documentation
The position of the shape's centroid relative to the shape's origin.
Definition at line 415 of file b2Types.h.
The rotational inertia of the shape about the local origin.
Definition at line 418 of file b2Types.h.
The mass of the shape, usually in kilograms.
Definition at line 412 of file b2Types.h.
The documentation for this struct was generated from the following file: