Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ThePhD/sol2
/ get_position
Method
get_position
examples/customization/include/entity.hpp:17–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
}
16
17
zm::vec3 get_position() const {
18
return this->position_;
19
}
20
void set_position(zm::vec3 v) {
21
this->position_ = v;
22
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected