Home
last modified time | relevance | path

Searched refs:GetWPPrev (Results 1 – 3 of 3) sorted by relevance

/dports/science/mbdyn/mbdyn-1.7.3/mbdyn/base/
H A Dinvdataman.cc568 const Vec3& WPPrev(pNode->GetWPPrev()); in AssConstrRes()
609 Vec3 BPPrev(pNode->GetXPPPrev()*dm - S.Cross(pNode->GetWPPrev())); in AssConstrRes()
614 Vec3 GPPrev(S.Cross(pNode->GetXPPPrev()) + J*pNode->GetWPPrev()); in AssConstrRes()
/dports/science/mbdyn/mbdyn-1.7.3/mbdyn/struct/
H A Dstrnode.h870 virtual inline const Vec3& GetWPPrev(void) const;
1036 StructNode::GetWPPrev(void) const in GetWPPrev() function
/dports/science/mbdyn/mbdyn-1.7.3/modules/module-octave/
H A Dmodule-octave.cc374 METHOD_DECLARE(GetWPPrev)
2708 METHOD_DEFINE(StructNodeInterface, GetWPPrev, args, nargout) in METHOD_DEFINE() argument
2720 return GetVec3(pNode->GetWPPrev(), args); in METHOD_DEFINE()
2735 METHOD_DISPATCH(StructNodeInterface, GetWPPrev)