CollisionTester Class Reference
#include <CollisionTester.h>
Inheritance diagram for CollisionTester:
![](../class_collision_tester.png)
# Static Public Member Functions | |
static void | testOverlaping (Collider requesterCollider, Collider otherCollider, CollisionInformation *collisionInformation, fixed_t sizeDelta) |
# Additional Inherited Members | |
![]() | |
void | constructor () |
Class' constructor. | |
const void * | getVTable () |
bool | mutateTo (const void *targetClass) |
![]() | |
static Object | getCast (void *object, ClassPointer targetClassGetClassMethod, ClassPointer baseClassGetClassMethod) |
![]() | |
void * | vTable |
Pointer to the class's virtual table. |
# Detailed Description
Class CollisionTester
Inherits from Object
Implements collisions tests between two colliders.
Definition at line 35 of file CollisionTester.h.
# Member Function Documentation
# testOverlaping()
|
static |
Check if the provided colliders are overlaping each other.
- Parameters
-
requesterCollider Collider asking for the test otherCollider Collider against which to test the overlaping collisionInformation Struct holding the information with the results of the test sizeDelta Delta to add to the collider's size
Definition at line 38 of file CollisionTester.c.
The documentation for this class was generated from the following files:
- VUEngine-Core/source/Component/Collider/CollisionTester.h
- VUEngine-Core/source/Component/Collider/CollisionTester.c