CollisionInfo
Variables
Name |
Type |
Description |
---|---|---|
otherEntity |
||
normal |
Math::vec3 |
The normal of the intersection. |
depth |
float |
The depth of the intersection. |
relativePoints |
std::vector<Math::vec3> |
The list of intersection points relative to the current Entity, in local-space. |