Box2D  2.2.1
Box2D API Reference for Kobold2D developers
b2MassData Struct Reference

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

#include <b2Shape.h>

+ Collaboration diagram for b2MassData:

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.


Member Data Documentation

The position of the shape's centroid relative to the shape's origin.

float32 b2MassData::I

The rotational inertia of the shape about the local origin.

The mass of the shape, usually in kilograms.


The documentation for this struct was generated from the following file: