8namespace osc {
class Rect; }
9namespace osc {
struct AABB; }
10namespace osc {
struct Disc; }
11namespace osc {
struct FrustumPlanes;}
12namespace osc {
struct Ray; }
13namespace osc {
struct Plane; }
14namespace osc {
struct Sphere; }
15namespace osc {
struct Triangle; }
Definition custom_decoration_generator.h:5
std::optional< RayCollision > find_collision(const Ray &, const Sphere &)
bool is_intersecting(const Rect &, const Vector2 &)
Definition frustum_planes.h:10