![]() |
ProtoTracer
1.0
Real-time 3D rendering and animation engine
|
Defines the BoundaryMotionSimulator class for simulating motion and collisions of boundary objects. More...
#include "../../Utils/Math/Rotation.h"
#include "../../Utils/Math/Vector3D.h"
#include "../../Scene/Objects/Object3D.h"
#include "BoundaryCube.h"
#include "BoundarySphere.h"
Go to the source code of this file.
Classes | |
class | BoundaryMotionSimulator |
Simulates motion and collision interactions between a BoundaryCube and multiple BoundarySpheres. More... | |
Defines the BoundaryMotionSimulator class for simulating motion and collisions of boundary objects.
The BoundaryMotionSimulator class manages the simulation of motion, collisions, and interactions between a boundary cube and multiple boundary spheres in 3D space. Includes randomized velocity and acceleration.
22/12/2024 22/12/2024
Definition in file BoundaryMotionSimulator.h.