mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 15:03:27 +00:00
fixed trace line, improved collision
This commit is contained in:
13
source/collision/Cube.cpp
Normal file
13
source/collision/Cube.cpp
Normal file
@@ -0,0 +1,13 @@
|
||||
//
|
||||
// Created by vlad on 11/15/2024.
|
||||
//
|
||||
#include "omath/collision/Cube.h"
|
||||
|
||||
|
||||
namespace omath::collision
|
||||
{
|
||||
bool Cube::IsCollideWith(const std::shared_ptr<ICollidable>& other)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user