Panda3D
Public Member Functions | Static Public Member Functions | List of all members
BulletRayHit Struct Reference

Public Member Functions

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

Member Function Documentation

◆ empty()

static BulletRayHit empty ( )
static

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

◆ getHitFraction()

float getHitFraction ( )

◆ getHitNormal()

LVector3 getHitNormal ( )

◆ getHitPos()

LPoint3 getHitPos ( )

◆ getNode()

const PandaNode getNode ( )

◆ getShapePart()

int getShapePart ( )

◆ getTriangleIndex()

int getTriangleIndex ( )