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

Method triangle_world

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

Source from the content-addressed store, hash-verified

93 }
94
95 pub fn triangle_world(x: f64, y: f64, size: f64) -> Self {
96 Self::new_world(x, y, size)
97 }
98}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected