Blender V2.61 - r43446

eigen_types.cpp

Go to the documentation of this file.
00001 
00004 /*
00005  * eigen_types.cpp
00006  *
00007  *  Created on: March 19, 2009
00008  *      Author: benoit bolsee
00009  */
00010 
00011 #include "eigen_types.hpp"
00012 
00013 const KDL::Frame iTaSC::F_identity(Rotation::Identity(),Vector::Zero());
00014 
00015