#include <collisionmessage.hh>
Inheritance diagram for CollisionMessage:


Public Methods | |
| void | setNormal (anoid::simple::Vector *n) |
| void | setP1 (anoid::simple::Vector *p) |
| void | setP2 (anoid::simple::Vector *p) |
| anoid::simple::Vector * | getNormal () |
| anoid::simple::Vector * | getP1 () |
| anoid::simple::Vector * | getP2 () |
| void | setOther (anoid::base::Element *o) |
| anoid::base::Element * | getOther () |
| CollisionMessage () | |
Protected Attributes | |
| anoid::simple::Vector * | normal |
| anoid::simple::Vector * | p1 |
| anoid::simple::Vector * | p2 |
| anoid::base::Element * | other |
|
|
Definition at line 3 of file collisionmessage.cc. References anoid::base::Event::type. |
|
|
Definition at line 16 of file collisionmessage.hh. Referenced by anoid::plugin::Velocity::receive(), and anoid::plugin::Dynamics::receive(). |
|
|
Definition at line 20 of file collisionmessage.hh. Referenced by anoid::plugin::Velocity::receive(), and anoid::plugin::Dynamics::receive(). |
|
|
Definition at line 17 of file collisionmessage.hh. Referenced by anoid::plugin::Velocity::receive(), and anoid::plugin::Dynamics::receive(). |
|
|
Definition at line 18 of file collisionmessage.hh. Referenced by anoid::plugin::Velocity::receive(), and anoid::plugin::Dynamics::receive(). |
|
|
Definition at line 13 of file collisionmessage.hh. Referenced by CollisionEvent::fire(). |
|
|
Definition at line 19 of file collisionmessage.hh. Referenced by CollisionEvent::fire(). |
|
|
Definition at line 14 of file collisionmessage.hh. Referenced by CollisionEvent::fire(). |
|
|
Definition at line 15 of file collisionmessage.hh. Referenced by CollisionEvent::fire(). |
|
|
Definition at line 9 of file collisionmessage.hh. |
|
|
Definition at line 11 of file collisionmessage.hh. |
|
|
Definition at line 10 of file collisionmessage.hh. |
|
|
Definition at line 10 of file collisionmessage.hh. |