CollisionTester Class Reference

#include <CollisionTester.h>

Inheritance diagram for CollisionTester:
Object

# Static Public Member Functions

static void testOverlaping (Collider requesterCollider, Collider otherCollider, CollisionInformation *collisionInformation, fixed_t sizeDelta)

# Additional Inherited Members

- Private Member Functions inherited from Object
void constructor ()
 Class' constructor.
const void * getVTable ()
bool mutateTo (const void *targetClass)
- Static Private Member Functions inherited from Object
static Object getCast (void *object, ClassPointer targetClassGetClassMethod, ClassPointer baseClassGetClassMethod)
- Private Attributes inherited from Object
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 void CollisionTester::testOverlaping ( Collider requesterCollider,
Collider otherCollider,
CollisionInformation * collisionInformation,
fixed_t sizeDelta )
static

Check if the provided colliders are overlaping each other.

Parameters
requesterColliderCollider asking for the test
otherColliderCollider against which to test the overlaping
collisionInformationStruct holding the information with the results of the test
sizeDeltaDelta 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: