#include <b2Math.h>
Public Member Functions | |
void | Advance (float32 alpha) |
void | GetTransform (b2Transform *xfb, float32 beta) const |
void | Normalize () |
Normalize the angles. More... | |
Public Attributes | |
float32 | a |
world angles More... | |
float32 | a0 |
float32 | alpha0 |
b2Vec2 | c |
center world positions More... | |
b2Vec2 | c0 |
b2Vec2 | localCenter |
local center of mass position More... | |
This describes the motion of a body/shape for TOI computation. Shapes are defined with respect to the body origin, which may no coincide with the center of mass. However, to support dynamics we must interpolate the center of mass position.
|
inline |
|
inline |
float32 b2Sweep::alpha0 |