CS::Collisions::iColliderCylinder Struct Reference
A cylinder collider. More...
#include <ivaria/colliders.h>
Inheritance diagram for CS::Collisions::iColliderCylinder:

Public Member Functions | |
| virtual void | GetCylinderGeometry (float &length, float &radius) const =0 |
| Get the cylinder geometry of this collider. | |
Detailed Description
A cylinder collider.
Main creators of instances implementing this interface:
Main ways to get pointers to this interface:
Main users of this interface:
Definition at line 182 of file colliders.h.
Member Function Documentation
| virtual void CS::Collisions::iColliderCylinder::GetCylinderGeometry | ( | float & | length, | |
| float & | radius | |||
| ) | const [pure virtual] |
Get the cylinder geometry of this collider.
The documentation for this struct was generated from the following file:
- ivaria/colliders.h
Generated for Crystal Space 2.1 by doxygen 1.6.1
