Backhoe issues (#67)
* backhoe issues * runDragStep edit * backhoe issues * runDragStep edit * Reduce large drag step progressively until convergence.
This commit is contained in:
@@ -169,3 +169,9 @@ FMatDsptr MbD::ASMTSpatialItem::getRotationMatrix(size_t i)
|
||||
bryantAngles->calc();
|
||||
return bryantAngles->aA;
|
||||
}
|
||||
|
||||
void MbD::ASMTSpatialItem::restorePosRot()
|
||||
{
|
||||
position3D = oldPos3D;
|
||||
rotationMatrix = oldRotMat;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user