MCPcopy Create free account
hub / github.com/donkeyteethUX/iced_plot / empty_circle

Method empty_circle

src/point.rs:63–65  ·  view source on GitHub ↗
(x: f64, y: f64, size: f32)

Source from the content-addressed store, hash-verified

61 }
62
63 pub fn empty_circle(x: f64, y: f64, size: f32) -> Self {
64 Self::new(x, y, size)
65 }
66
67 pub fn square(x: f64, y: f64, size: f32) -> Self {
68 Self::new(x, y, size)

Callers

nothing calls this directly

Calls 1

newFunction · 0.50

Tested by

no test coverage detected