add runOndselDoublePendulum for simple case
This commit is contained in:
@@ -64,6 +64,11 @@ void PartFrame::setqE(FColDsptr x) {
|
||||
qE->copyFrom(x);
|
||||
}
|
||||
|
||||
void MbD::PartFrame::setaAap(FMatDsptr mat)
|
||||
{
|
||||
qE = mat->asEulerParameters();
|
||||
}
|
||||
|
||||
FColDsptr PartFrame::getqE() {
|
||||
return qE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user