#include <physics3d_ray_test.h>
Public Member Functions | |
Physics3DRayTest () | |
Physics3DRayTest (Physics3DWorld &world) | |
float | get_hit_fraction () const |
Vec3f | get_hit_normal () const |
Physics3DObject | get_hit_object () const |
Vec3f | get_hit_position () const |
bool | has_hit () const |
bool | is_null () const |
bool | test (const clan::Vec3f &start, const clan::Vec3f &end) |