|
Serious Sam's Bogus Detour
2016/06/09
Engine documentation
|
Public Member Functions | |
| array< RaycastResult > * | Raycast (const vec2 &from, const vec2 &to, uint32 slots, RaycastType type) |
| RaycastResult | RaycastClosest (const vec2 &from, const vec2 &to, uint32 slots, RaycastType type) |
| bool | RaycastQuick (const vec2 &from, const vec2 &to, uint32 slots, RaycastType type) |
| array<RaycastResult>* RaycastProvider::Raycast | ( | const vec2 & | from, |
| const vec2 & | to, | ||
| uint32 | slots, | ||
| RaycastType | type | ||
| ) |
| RaycastResult RaycastProvider::RaycastClosest | ( | const vec2 & | from, |
| const vec2 & | to, | ||
| uint32 | slots, | ||
| RaycastType | type | ||
| ) |
| bool RaycastProvider::RaycastQuick | ( | const vec2 & | from, |
| const vec2 & | to, | ||
| uint32 | slots, | ||
| RaycastType | type | ||
| ) |
1.8.11