Box2D  2.2.1
A 2D Physics Engine for Games
Public Attributes
b2MassData Struct Reference

This holds the mass data computed for a shape. More...

#include <b2Shape.h>

List of all members.

Public Attributes

float32 mass
 The mass of the shape, usually in kilograms.
b2Vec2 center
 The position of the shape's centroid relative to the shape's origin.
float32 I
 The rotational inertia of the shape about the local origin.

Detailed Description

This holds the mass data computed for a shape.


The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables Enumerations Enumerator Defines