preSolve method
Prepare for solving the constraint
Implementation
@override
void preSolve(double timeStep,double invTimeStep ) {
updateAnchorPoints();
nor.sub2(anchorPoint2, anchorPoint1 ).normalize();
// preSolve
t.preSolve(timeStep, invTimeStep);
}