Welcome to mirror list, hosted at ThFree Co, Russian Federation.

eigen_types.cpp « itasc « intern - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a1c0525766e572d9b2bb29af7750a358fec9b4e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/** \file itasc/eigen_types.cpp
 * \ingroup intern_itasc
 */
/*
 * eigen_types.cpp
 *
 *  Created on: March 19, 2009
 *      Author: benoit bolsee
 */

#include "eigen_types.hpp"

const KDL::Frame iTaSC::F_identity(Rotation::Identity(),Vector::Zero());