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

Method triangle

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

Source from the content-addressed store, hash-verified

73 }
74
75 pub fn triangle(x: f64, y: f64, size: f32) -> Self {
76 Self::new(x, y, size)
77 }
78
79 pub fn filled_circle_world(x: f64, y: f64, size: f64) -> Self {
80 Self::new_world(x, y, size)

Callers

nothing calls this directly

Calls 1

newFunction · 0.50

Tested by

no test coverage detected