Blender V4.3
eigen_types.cpp
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2009 Benoit Bolsee
2 *
3 * SPDX-License-Identifier: LGPL-2.1-or-later */
4
9#include "eigen_types.hpp"
10
11const KDL::Frame iTaSC::F_identity(Rotation::Identity(),Vector::Zero());
12
13
represents a frame transformation in 3D space (rotation + translation)
Definition frames.hpp:526
const Frame F_identity