PhysicsShape::PhysicsShapeData Struct Reference

Holds all of the data needed to fully descibe a PhysicsShape. More...

#include <Physics/PhysicsShape.h>

List of all members.

Public Attributes

float r
float w
float h
Point2f verts [PSHAPE_POLY_MAX_VERTS]
uint vertCount
Matrixf transform

Detailed Description

Holds all of the data needed to fully descibe a PhysicsShape.


Member Data Documentation

The height of the box. Only valid for PSHAPE_BOX shapes.

The radius of the circle. Only valid for PSHAPE_CIRCLE shapes.

The local transformation for the shape. Valid for all shape types.

The number of vertices in the polygon. Only valid for PSHAPE_POLY shapes.

The vertices of the polygon. Only valid for PSHAPE_POLY shapes.

The width of the box. Only valid for PSHAPE_BOX shapes.


The documentation for this struct was generated from the following file:
Generated on Mon Apr 5 19:08:06 2010 for BrickOut |ReDuX| by  doxygen 1.6.3