Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

OgreRefApp::ApplicationObject::CollisionInfo Struct Reference

Contains information about a collision; used in the _notifyCollided call. More...

#include <OgreRefAppApplicationObject.h>

List of all members.

Public Attributes

Vector3 position
 The position in world coordinates at which the collision occurred.

Vector3 normal
 The normal in world coordinates of the collision surface.

Real penetrationDepth
 Penetration depth.


Detailed Description

Contains information about a collision; used in the _notifyCollided call.

Definition at line 263 of file OgreRefAppApplicationObject.h.


Member Data Documentation

Vector3 OgreRefApp::ApplicationObject::CollisionInfo::normal
 

The normal in world coordinates of the collision surface.

Definition at line 268 of file OgreRefAppApplicationObject.h.

Real OgreRefApp::ApplicationObject::CollisionInfo::penetrationDepth
 

Penetration depth.

Definition at line 270 of file OgreRefAppApplicationObject.h.

Vector3 OgreRefApp::ApplicationObject::CollisionInfo::position
 

The position in world coordinates at which the collision occurred.

Definition at line 266 of file OgreRefAppApplicationObject.h.


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

Copyright © 2000-2005 by The OGRE Team
Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sun Mar 12 14:54:35 2006