Physics Simulation & Visualization Tool
0.1
A C++ physics simulation engine with real-time 3D visualization
Loading...
Searching...
No Matches
ISolver.h
Go to the documentation of this file.
1
11
#pragma once
12
59
class
ISolver
{
60
public
:
64
virtual
~ISolver
() =
default
;
65
94
virtual
bool
stepFrame
() = 0;
95
};
ISolver
Abstract base class for all numerical solvers.
Definition
ISolver.h:59
ISolver::~ISolver
virtual ~ISolver()=default
Virtual destructor for proper cleanup of derived classes.
ISolver::stepFrame
virtual bool stepFrame()=0
Advances the solver by one step.
src
physics
solver
ISolver.h
Generated by
1.9.8