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

Method star

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

Source from the content-addressed store, hash-verified

69 }
70
71 pub fn star(x: f64, y: f64, size: f32) -> Self {
72 Self::new(x, y, size)
73 }
74
75 pub fn triangle(x: f64, y: f64, size: f32) -> Self {
76 Self::new(x, y, size)

Callers

nothing calls this directly

Calls 1

newFunction · 0.50

Tested by

no test coverage detected