BulletRayHit

struct BulletRayHit

Inheritance diagram

Inheritance diagram of BulletRayHit

BulletRayHit(void) = default
BulletRayHit(BulletRayHit const&) = default
BulletRayHit empty(void)

Named constructor intended to be used for asserts with have to return a concrete value.

PN_stdfloat get_hit_fraction(void) const
LVector3 get_hit_normal(void) const
LPoint3 get_hit_pos(void) const
PandaNode *get_node(void) const
int get_shape_part(void) const
int get_triangle_index(void) const