![]() |
Kochol Game Engine
0.1.0
|
#include <RaycastReport.h>
Public Member Functions | |
RaycastReport () | |
~RaycastReport () | |
ActorDynamic * | getActor (void) |
math::Vector * | getWorldImpact (void) |
math::Vector * | getWorldNormal (void) |
unsigned int | getFaceID (void) |
unsigned int | getInternalFaceID (void) |
float | getDistance (void) |
float | getU (void) |
float | getV (void) |
Material * | getMaterial (void) |
unsigned int | getFlags (void) |
Protected Attributes | |
ActorDynamic * | m_pActor |
math::Vector * | m_pWorldImpact |
math::Vector * | m_pWorldNormal |
unsigned int | m_pFaceID |
unsigned int | m_pInternalFaceID |
float | m_pDistance |
float | m_pU |
float | m_pV |
Material * | m_pMaterial |
unsigned int | m_pFlags |
Friends | |
class | RaycastX |
class | PhysXManager |
Definition at line 30 of file RaycastReport.h.
|
inline |
Definition at line 36 of file RaycastReport.h.
|
inline |
Definition at line 39 of file RaycastReport.h.
|
inline |
Definition at line 41 of file RaycastReport.h.
References m_pActor.
|
inline |
Definition at line 46 of file RaycastReport.h.
References m_pDistance.
|
inline |
Definition at line 44 of file RaycastReport.h.
References m_pFaceID.
|
inline |
Definition at line 50 of file RaycastReport.h.
References m_pFlags.
|
inline |
Definition at line 45 of file RaycastReport.h.
References m_pInternalFaceID.
|
inline |
Definition at line 49 of file RaycastReport.h.
References m_pMaterial.
|
inline |
Definition at line 47 of file RaycastReport.h.
References m_pU.
|
inline |
Definition at line 48 of file RaycastReport.h.
References m_pV.
|
inline |
Definition at line 42 of file RaycastReport.h.
References m_pWorldImpact.
|
inline |
Definition at line 43 of file RaycastReport.h.
References m_pWorldNormal.
|
friend |
Definition at line 33 of file RaycastReport.h.
|
friend |
Definition at line 32 of file RaycastReport.h.
|
protected |
Definition at line 53 of file RaycastReport.h.
Referenced by getActor().
|
protected |
Definition at line 58 of file RaycastReport.h.
Referenced by getDistance().
|
protected |
Definition at line 56 of file RaycastReport.h.
Referenced by getFaceID().
|
protected |
Definition at line 62 of file RaycastReport.h.
Referenced by getFlags().
|
protected |
Definition at line 57 of file RaycastReport.h.
Referenced by getInternalFaceID().
|
protected |
Definition at line 61 of file RaycastReport.h.
Referenced by getMaterial().
|
protected |
Definition at line 59 of file RaycastReport.h.
Referenced by getU().
|
protected |
Definition at line 60 of file RaycastReport.h.
Referenced by getV().
|
protected |
Definition at line 54 of file RaycastReport.h.
Referenced by getWorldImpact().
|
protected |
Definition at line 55 of file RaycastReport.h.
Referenced by getWorldNormal().