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

Public Member Functions

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

Member Function Documentation

◆ empty()

static BulletClosestHitSweepResult 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 ( )

◆ getToPos()

LPoint3 getToPos ( )

◆ hasHit()

bool hasHit ( )