Blender V4.3
WorldObject.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 "WorldObject.hpp"
10
11namespace iTaSC{
12
13/* special singleton to be used as base for uncontrolled object */
14WorldObject Object::world;
15
21
25
26
27}
void initialize()
static Frame Identity()
Definition frames.inl:719
KDL::Frame m_internalPose
Definition Object.hpp:29