#define JPH_NAMESPACE_END
Definition: Core.h:378
 
#define JPH_NAMESPACE_BEGIN
Definition: Core.h:372
 
#define JPH_OVERRIDE_NEW_DELETE
Macro to override the new and delete functions.
Definition: Memory.h:31
 
Axis aligned box.
Definition: AABox.h:16
 
Structure that holds AABox moving linearly through 3d space.
Definition: AABoxCast.h:13
 
JPH_OVERRIDE_NEW_DELETE AABox mBox
Axis aligned box at starting location.
Definition: AABoxCast.h:16
 
Vec3 mDirection
Direction and length of the cast (anything beyond this length will not be reported as a hit)
Definition: AABoxCast.h:17