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

Method empty_circle_world

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

Source from the content-addressed store, hash-verified

81 }
82
83 pub fn empty_circle_world(x: f64, y: f64, size: f64) -> Self {
84 Self::new_world(x, y, size)
85 }
86
87 pub fn square_world(x: f64, y: f64, size: f64) -> Self {
88 Self::new_world(x, y, size)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected