Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/forge
/ radii
Method
radii
src/api/cpp/plot.cpp:93–98 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
}
92
93
unsigned Plot::radii() const
94
{
95
unsigned temp = 0;
96
FG_THROW(fg_get_plot_radii_buffer(&temp, get()));
97
return temp;
98
}
99
100
unsigned Plot::verticesSize() const
101
{
Callers
2
main
Function · 0.80
main
Function · 0.80
Calls
1
fg_get_plot_radii_buffer
Function · 0.85
Tested by
no test coverage detected