ackb2d 0.9
3D Gamestudio Box 2d Wraper

b2MassData Struct Reference

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

VECTOR center

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

Definition at line 415 of file b2Types.h.

var I

The rotational inertia of the shape about the local origin.

Definition at line 418 of file b2Types.h.

var mass

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:
 All Data Structures Files Functions Variables Typedefs Defines