Public Member Functions | Public Attributes
b2WorldManifold Struct Reference

This is used to compute the current state of a contact manifold. More...

#include <b2Collision.h>

List of all members.

Public Member Functions

void Initialize (const b2Manifold *manifold, const b2Transform &xfA, float32 radiusA, const b2Transform &xfB, float32 radiusB)

Public Attributes

b2Vec2 normal
 world vector pointing from A to B
b2Vec2 points [b2_maxManifoldPoints]
 world contact point (point of intersection)
float32 separations [b2_maxManifoldPoints]
 a negative value indicates overlap, in meters

Detailed Description

This is used to compute the current state of a contact manifold.

Definition at line 110 of file b2Collision.h.


Member Function Documentation

void b2WorldManifold::Initialize ( const b2Manifold manifold,
const b2Transform xfA,
float32  radiusA,
const b2Transform xfB,
float32  radiusB 
)

Evaluate the manifold with supplied transforms. This assumes modest motion from the original state. This does not change the point count, impulses, etc. The radii must come from the shapes that generated the manifold.

Definition at line 22 of file b2Collision.cpp.


Member Data Documentation

world vector pointing from A to B

Definition at line 120 of file b2Collision.h.

world contact point (point of intersection)

Definition at line 121 of file b2Collision.h.

a negative value indicates overlap, in meters

Definition at line 122 of file b2Collision.h.


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


mvsim
Author(s):
autogenerated on Thu Sep 7 2017 09:27:49