Physics Simulation & Visualization Tool 0.1
A C++ physics simulation engine with real-time 3D visualization
Loading...
Searching...
No Matches
IPickable.h File Reference

Interface for objects that support mouse-based selection and interaction. More...

#include <math/Ray.h>
#include <optional>
Include dependency graph for IPickable.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

interface  IPickable
 Abstract interface for objects that can be selected and interacted with using the mouse. More...
 

Detailed Description

Interface for objects that support mouse-based selection and interaction.

Definition in file IPickable.h.