View source
class ConstraintSolver
package oimo.dynamics.constraint
extended by DirectJointConstraintSolver, PgsContactConstraintSolver, PgsJointConstraintSolver
The base class of all constarint solvers.
Methods
postSolveVelocity(timeStep:TimeStep):Void
Performs post-processes of velocity part. Time step information timeStep
is given
for computing time-depending data.
preSolvePosition(timeStep:TimeStep):Void
Prepares for position iteration (split impulse or nonlinear Gauss-Seidel). Time step
information timeStep
is given for computing time-depending data.
This may not be called depending on position correction algorithm.
preSolveVelocity(timeStep:TimeStep):Void
Prepares for velocity iteration. Time step information timeStep
is given for
computing time-depending data.