
#include <hgeIntersect.h>
Public Member Functions | |
| hgeVector | GetSurfaceVector (int i=0) |
| void | SetResponseVector (hgeVector *velocity, float bounce=0.5f) |
Public Attributes | |
| bool | collides |
| std::vector< hgeVector > | points |
| std::vector< float > | normals |
| hgeVector hgeIntersect::GetSurfaceVector | ( | int | i = 0 |
) |
| i | Index value of the collision to fetch. |
| void hgeIntersect::SetResponseVector | ( | hgeVector * | velocity, | |
| float | bounce = 0.5f | |||
| ) |
| std::vector<float> hgeIntersect::normals |
| std::vector<hgeVector> hgeIntersect::points |
1.5.8