#ifndef __COLLISION
#define __COLLISION

#include "matrix.h"

float Collision(struct object object, vec4 direction, vec4 srcpoint);

#endif