MCPcopy Create free account
hub / github.com/OpenImageDebugger/OpenImageDebugger / get_pose

Method get_pose

src/visualization/game_object.cpp:78–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78mat4 GameObject::get_pose() {
79 return pose_;
80}
81
82void GameObject::set_pose(const mat4& pose) {
83 pose_ = pose;

Callers 8

drawMethod · 0.80
drawMethod · 0.80
drawMethod · 0.80
scale_atMethod · 0.80
move_toMethod · 0.80
get_positionMethod · 0.80
stage_coordinatesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected