Saga
Saga Game Engine
|
Model an axis-aligned cylinder collider. More...
#include <collider.h>
Public Member Functions | |
CylinderCollider (float height=1, float radius=0.5f) | |
Public Attributes | |
float | height |
float | radius |
Model an axis-aligned cylinder collider.
|
inline |
Create a cylinder collider.
height | the height of the cylinder collider. |
radius | of the cylinder collider. |
float Saga::CylinderCollider::height |
float Saga::CylinderCollider::radius |