Replaced OBB Distance and Intersection functions with accuracte implementations
- GJK for distance functions, cheaper SAT for intersection
- square distance function is also replaced, but it still has to run the GJK algorithm so the savings on it are marginal