Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BespokeSynth/BespokeSynth
/ GetOwnerPosition
Method
GetOwnerPosition
Source/ModuleContainer.cpp:43–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
}
42
43
ofVec2f ModuleContainer::GetOwnerPosition() const
44
{
45
if (mOwner)
46
return mOwner->GetPosition();
47
return ofVec2f();
48
}
49
50
void ModuleContainer::GetAllModules(std::vector<IDrawableModule*>& out)
51
{
Callers
4
MouseMoved
Method · 0.80
GetModuleAt
Method · 0.80
TakeModule
Method · 0.80
Render
Method · 0.80
Calls
2
ofVec2f
Class · 0.85
GetPosition
Method · 0.45
Tested by
no test coverage detected