src/equations/Equation.js:6
 Equation base class
addToWlambdadeltalambda
 
 Defined in
 src/equations/Equation.js:228
 
Add constraint velocity to the bodies.
deltalambda
 Number
 
 computeB
 Defined in
 src/equations/Equation.js:95
 
Computes the RHS of the SPOOK equation
computeGiMf
 Defined in
 src/equations/Equation.js:159
 
Computes Ginv(M)f, where M is the mass matrix with diagonal blocks for each body, and f are the forces on the bodies.
computeGq
 Defined in
 src/equations/Equation.js:107
 
Computes G*q, where q are the generalized body coordinates
computeGW
 Defined in
 src/equations/Equation.js:124
 
Computes G*W, where W are the body velocities
computeGWlambda
 Defined in
 src/equations/Equation.js:142
 
Computes G*Wlambda, where W are the body velocities
computeInvCeps
 
 Defined in
 src/equations/Equation.js:262
 
Compute the denominator part of the SPOOK equation: C = Ginv(M)G' + eps
eps
 Number