TDME2 1.9.121
Static Public Member Functions | List of all members
CollisionDetection Class Referencefinal

Collision detection. More...

#include <tdme/engine/physics/CollisionDetection.h>

Collaboration diagram for CollisionDetection:
Collaboration graph

Static Public Member Functions

static bool doCollideAABBvsAABBFast (BoundingBox *b1, BoundingBox *b2)
 Returns if axis aligned bounding boxes do collide Will not provide hit points. More...
 

Detailed Description

Collision detection.

Author
Andreas Drewke
Version
$Id$

Definition at line 19 of file CollisionDetection.h.

Member Function Documentation

◆ doCollideAABBvsAABBFast()

static bool doCollideAABBvsAABBFast ( BoundingBox b1,
BoundingBox b2 
)
inlinestatic

Returns if axis aligned bounding boxes do collide Will not provide hit points.

Parameters
b1axis aligned bounding box 1
b2axis aligned bounding box 2
Returns
collision

Definition at line 30 of file CollisionDetection.h.


The documentation for this class was generated from the following file: