Panda3D
|
#include <pandadoc.hpp>
Public Member Functions | |
__init__ (const BulletClosestHitRayResult) | |
LPoint3 | getFromPos () |
float | getHitFraction () |
LVector3 | getHitNormal () |
LPoint3 | getHitPos () |
PandaNode | getNode () |
int | getShapePart () |
LPoint3 | getToPos () |
int | getTriangleIndex () |
bool | hasHit () |
Static Public Member Functions | |
static BulletClosestHitRayResult | 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 |
int | shape_part |
LPoint3 | to_pos |
int | triangle_index |
__init__ | ( | const | BulletClosestHitRayResult | ) |
|
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 | ( | ) |
int getShapePart | ( | ) |
LPoint3 getToPos | ( | ) |
int getTriangleIndex | ( | ) |
bool hasHit | ( | ) |
LPoint3 from_pos |
float hit_fraction |
LVector3 hit_normal |
LPoint3 hit_pos |
PandaNode node |
int shape_part |
LPoint3 to_pos |
int triangle_index |