1 #ifndef BIORBD_MUSCLES_VIAPOINT_H
2 #define BIORBD_MUSCLES_VIAPOINT_H
4 #include "biorbdConfig.h"
5 #include "Utils/Vector3d.h"
30 const biorbd::utils::Scalar& x,
31 const biorbd::utils::Scalar& y,
32 const biorbd::utils::Scalar& z);
43 const biorbd::utils::Scalar& x,
44 const biorbd::utils::Scalar& y,
45 const biorbd::utils::Scalar& z,
79 template<
typename OtherDerived>
81 this->biorbd::utils::Vector3d::operator=(other);
88 #endif // BIORBD_MUSCLES_VIAPOINT_H