Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
78
mat4 GameObject::get_pose() {
79
return pose_;
80
}
81
82
void GameObject::set_pose(const mat4& pose) {
83
pose_ = pose;
Callers
8
draw
Method · 0.80
draw
Method · 0.80
draw
Method · 0.80
get_buffer_initial_dimensions
Method · 0.80
scale_at
Method · 0.80
move_to
Method · 0.80
get_position
Method · 0.80
stage_coordinates
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected