AABB.cpp 987 B

12345678910111213141516171819202122232425262728
  1. #include <math.h>
  2. #include "AABB.h"
  3. //-------------------------------------------------------------------------------------------------
  4. //001B45FC
  5. float *sub_1B45FC(float *result, float *a2, float *a3) {
  6. return NULL;
  7. }
  8. //-------------------------------------------------------------------------------------------------
  9. //001B464C
  10. float *sub_1B464C(float *result, float *a2, float *a3) {
  11. return NULL;
  12. }
  13. //-------------------------------------------------------------------------------------------------
  14. //001B2928
  15. AABB::AABB() {
  16. }
  17. //-------------------------------------------------------------------------------------------------
  18. //001B452C
  19. float *AABB::Combine(AABB const&a2, bool a3) {
  20. return NULL;
  21. }
  22. //-------------------------------------------------------------------------------------------------
  23. //001B4724
  24. bool AABB::Overlap(AABB const&, AABB const&, bool) {
  25. return 0;
  26. }
  27. //-------------------------------------------------------------------------------------------------