Serious Sam's Bogus Detour  2016/06/09
Engine documentation
Public Member Functions | List of all members
RaycastProvider Class Reference

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)
 

Member Function Documentation

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 
)

The documentation for this class was generated from the following file: