Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BespokeSynth/BespokeSynth
/ GetCellPosition
Method
GetCellPosition
Source/UIGrid.cpp:241–244 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
239
}
240
241
ofVec2f UIGrid::GetCellPosition(int col, int row)
242
{
243
return ofVec2f(GetX(col, row), GetY(row));
244
}
245
246
bool UIGrid::CanAdjustMultislider() const
247
{
Callers
15
CreateUIControls
Method · 0.45
DrawModule
Method · 0.45
Resize
Method · 0.45
DrawModule
Method · 0.45
DrawModule
Method · 0.45
Draw
Method · 0.45
DrawModule
Method · 0.45
DrawModule
Method · 0.45
DrawModule
Method · 0.45
DrawModule
Method · 0.45
DrawModule
Method · 0.45
DrawModule
Method · 0.45
Calls
1
ofVec2f
Class · 0.85
Tested by
1
DrawModule
Method · 0.36