Blender  V2.93
eigen_types.cpp
Go to the documentation of this file.
1 
4 /*
5  * eigen_types.cpp
6  *
7  * Created on: March 19, 2009
8  * Author: benoit bolsee
9  */
10 
11 #include "eigen_types.hpp"
12 
13 const KDL::Frame iTaSC::F_identity(Rotation::Identity(),Vector::Zero());
14 
15 
represents a frame transformation in 3D space (rotation + translation)
Definition: frames.hpp:526
const Frame F_identity