mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-07-08 03:07:03 +00:00
multiRotatingAxisMotion added and tested
This commit is contained in:
@ -70,6 +70,12 @@ public:
|
||||
return omega_;
|
||||
}
|
||||
|
||||
INLINE_FUNCTION_HD
|
||||
bool isRotating()const
|
||||
{
|
||||
return rotating_;
|
||||
}
|
||||
|
||||
INLINE_FUNCTION_HD
|
||||
realx3 linTangentialVelocityPoint(const realx3 &p)const;
|
||||
|
||||
|
Reference in New Issue
Block a user