Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ move
Method
move
src/Core/Transform/Movable.cpp:10–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
}
9
10
void Movable::move(const UnitVector& position)
11
{
12
m_position.add(position);
13
}
14
15
UnitVector Movable::getPosition() const
16
{
Callers
nothing calls this directly
Calls
1
add
Method · 0.45
Tested by
no test coverage detected