Panda3D
|
Public Member Functions | |
__init__ (const BulletClosestHitSweepResult) | |
LPoint3 | getFromPos () |
float | getHitFraction () |
LVector3 | getHitNormal () |
LPoint3 | getHitPos () |
PandaNode | getNode () |
LPoint3 | getToPos () |
bool | hasHit () |
Static Public Member Functions | |
static BulletClosestHitSweepResult | empty () |
Named constructor intended to be used for asserts with have to return a concrete value. More... | |
Public Attributes | |
LPoint3 | from_pos |
float | hit_fraction |
LVector3 | hit_normal |
LPoint3 | hit_pos |
PandaNode | node |
LPoint3 | to_pos |
__init__ | ( | const | BulletClosestHitSweepResult | ) |
|
static |
Named constructor intended to be used for asserts with have to return a concrete value.
LPoint3 getFromPos | ( | ) |
float getHitFraction | ( | ) |
LVector3 getHitNormal | ( | ) |
LPoint3 getHitPos | ( | ) |
PandaNode getNode | ( | ) |
LPoint3 getToPos | ( | ) |
bool hasHit | ( | ) |
LPoint3 from_pos |
float hit_fraction |
LVector3 hit_normal |
LPoint3 hit_pos |
PandaNode node |
LPoint3 to_pos |