Panda3D
|
#include <pandadoc.hpp>
Public Member Functions | |
__init__ () | |
__init__ (const BulletRayHit) | |
float | getHitFraction () |
LVector3 | getHitNormal () |
LPoint3 | getHitPos () |
PandaNode | getNode () |
int | getShapePart () |
int | getTriangleIndex () |
Static Public Member Functions | |
static BulletRayHit | empty () |
Named constructor intended to be used for asserts with have to return a concrete value. | |
Public Attributes | |
float | hit_fraction |
LVector3 | hit_normal |
LPoint3 | hit_pos |
PandaNode | node |
int | shape_part |
int | triangle_index |
__init__ | ( | ) |
__init__ | ( | const BulletRayHit | ) |
|
static |
Named constructor intended to be used for asserts with have to return a concrete value.
float getHitFraction | ( | ) |
LVector3 getHitNormal | ( | ) |
LPoint3 getHitPos | ( | ) |
PandaNode getNode | ( | ) |
int getShapePart | ( | ) |
int getTriangleIndex | ( | ) |
float hit_fraction |
LVector3 hit_normal |
LPoint3 hit_pos |
PandaNode node |
int shape_part |
int triangle_index |