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

Method star_world

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

Source from the content-addressed store, hash-verified

89 }
90
91 pub fn star_world(x: f64, y: f64, size: f64) -> Self {
92 Self::new_world(x, y, size)
93 }
94
95 pub fn triangle_world(x: f64, y: f64, size: f64) -> Self {
96 Self::new_world(x, y, size)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected