TVM  0.9.4
FrictionCone.h
Go to the documentation of this file.
1 
3 #pragma once
4 
5 #include <tvm/api.h>
6 
7 #include <Eigen/Core>
8 
9 #include <vector>
10 
11 namespace tvm
12 {
13 
14 namespace robot
15 {
16 
17 namespace internal
18 {
19 
26 {
27 public:
30 
42  FrictionCone(const Eigen::Matrix3d & frame, unsigned int nrGen, double mu, double direction = 1.0);
43 
44  std::vector<Eigen::Vector3d> generators;
45 };
46 
47 } // namespace internal
48 
49 } // namespace robot
50 
51 } // namespace tvm
#define TVM_DLLAPI
Definition: api.h:35
Definition: FrictionCone.h:26
FrictionCone(const Eigen::Matrix3d &frame, unsigned int nrGen, double mu, double direction=1.0)
std::vector< Eigen::Vector3d > generators
Definition: FrictionCone.h:44
FrictionCone()
Definition: FrictionCone.h:29
Definition: Clock.h:12