Capycore Engine  0.1.0
A simple and lightweight game engine written in C++ based on the Unity API architecture.
Loading...
Searching...
No Matches
physics_raycaster.h File Reference
#include <box2d/box2d.h>
#include <engine/physics/raycast/collider_ray_result.h>
#include <engine/public/util/point.h>
#include <memory>
#include <vector>
Include dependency graph for physics_raycaster.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PhysicsRaycaster
 Class responsible for raycasting in the physics world. More...