Panda3D
Public Member Functions | Static Public Member Functions | List of all members
BulletClosestHitRayResult Struct Reference
Inheritance diagram for BulletClosestHitRayResult:

Public Member Functions

LPoint3 getFromPos ()
 
float getHitFraction ()
 
LVector3 getHitNormal ()
 
LPoint3 getHitPos ()
 
const 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...
 

Member Function Documentation

◆ empty()

static BulletClosestHitRayResult empty ( )
static

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

◆ getFromPos()

LPoint3 getFromPos ( )

◆ getHitFraction()

float getHitFraction ( )

◆ getHitNormal()

LVector3 getHitNormal ( )

◆ getHitPos()

LPoint3 getHitPos ( )

◆ getNode()

const PandaNode getNode ( )

◆ getShapePart()

int getShapePart ( )

◆ getToPos()

LPoint3 getToPos ( )

◆ getTriangleIndex()

int getTriangleIndex ( )

◆ hasHit()

bool hasHit ( )