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

Method square

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

Source from the content-addressed store, hash-verified

65 }
66
67 pub fn square(x: f64, y: f64, size: f32) -> Self {
68 Self::new(x, y, size)
69 }
70
71 pub fn star(x: f64, y: f64, size: f32) -> Self {
72 Self::new(x, y, size)

Callers

nothing calls this directly

Calls 1

newFunction · 0.50

Tested by

no test coverage detected