neoGFX
Cross-platform C++ app/game engine
|
#include <i_scene_graph.hpp>
Public Attributes | |
vec3 | translation |
vec4 | rotation |
vec3 | scale |
Definition at line 431 of file i_scene_graph.hpp.
vec4 neogfx::scene_graph::i_node::trs_transform::rotation |
Definition at line 431 of file i_scene_graph.hpp.
vec3 neogfx::scene_graph::i_node::trs_transform::scale |
Definition at line 431 of file i_scene_graph.hpp.
vec3 neogfx::scene_graph::i_node::trs_transform::translation |
Definition at line 431 of file i_scene_graph.hpp.