PhysicsBasedAnimationToolkit 0.0.10
Cross-platform C++20 library of algorithms and data structures commonly used in computer graphics research on physically-based simulation.
|
Public Member Functions | |
PBAT_API | Integrator (Data data) |
PBAT_API void | Step (Scalar dt, Index iterations, Index substeps=Index{1}) |
Public Attributes | |
Data | data |
Protected Member Functions | |
void | ProjectBlockNeoHookeanConstraints (Scalar dt, Scalar dt2) |
void | ProjectClusteredBlockNeoHookeanConstraints (Scalar dt, Scalar dt2) |
void | ProjectContactConstraints (Scalar dt, Scalar dt2) |
void | ProjectBlockNeoHookeanConstraint (Index c, Scalar dt, Scalar dt2) |