FV.h
Go to the documentation of this file.
1 /*
2  * Copyright 2012-2019 CNRS-UM LIRMM, CNRS-AIST JRL
3  */
4 
5 #pragma once
6 
7 #include <rbdyn/config.hh>
8 
9 namespace rbd
10 {
11 class MultiBody;
12 struct MultiBodyConfig;
13 
21 RBDYN_DLLAPI void forwardVelocity(const MultiBody & mb, MultiBodyConfig & mbc);
22 
28 RBDYN_DLLAPI void sForwardVelocity(const MultiBody & mb, MultiBodyConfig & mbc);
29 
30 } // namespace rbd
rbd::forwardVelocity
RBDYN_DLLAPI void forwardVelocity(const MultiBody &mb, MultiBodyConfig &mbc)
rbd
Definition: common.h:20
rbd::sForwardVelocity
RBDYN_DLLAPI void sForwardVelocity(const MultiBody &mb, MultiBodyConfig &mbc)