Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/donkeyteethUX/iced_plot
/ filled_circle
Method
filled_circle
src/point.rs:59–61 ·
view source on GitHub ↗
(x: f64, y: f64, size: f32)
Source
from the content-addressed store, hash-verified
57
}
58
59
pub fn filled_circle(x: f64, y: f64, size: f32) -> Self {
60
Self::new(x, y, size)
61
}
62
63
pub fn empty_circle(x: f64, y: f64, size: f32) -> Self {
64
Self::new(x, y, size)
Callers
nothing calls this directly
Calls
1
new
Function · 0.50
Tested by
no test coverage detected