Panda3D
|
#include <pandadoc.hpp>
Public Member Functions | |
float | getClosestHitFraction () |
LPoint3 | getFromPos () |
const BulletRayHit | getHit (int idx) |
list | getHits () |
int | getNumHits () |
LPoint3 | getToPos () |
bool | hasHits () |
Static Public Member Functions | |
static BulletAllHitsRayResult | empty () |
Named constructor intended to be used for asserts with have to return a concrete value. More... | |
Public Attributes | |
float | closest_hit_fraction |
LPoint3 | from_pos |
BulletRayHit | hits [] |
LPoint3 | to_pos |
|
static |
Named constructor intended to be used for asserts with have to return a concrete value.
float getClosestHitFraction | ( | ) |
LPoint3 getFromPos | ( | ) |
const BulletRayHit getHit | ( | int | idx | ) |
list getHits | ( | ) |
int getNumHits | ( | ) |
LPoint3 getToPos | ( | ) |
bool hasHits | ( | ) |
float closest_hit_fraction |
LPoint3 from_pos |
BulletRayHit hits[] |
LPoint3 to_pos |