Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/forge
/ setMarkerSize
Method
setMarkerSize
src/backend/opengl/plot_impl.cpp:175–178 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
173
}
174
175
void plot_impl::setMarkerSize(const float pMarkerSize)
176
{
177
mMarkerSize = pMarkerSize;
178
}
179
180
GLuint plot_impl::markers()
181
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected