MCPcopy Create free account
hub / github.com/emilk/egui_plot / geometry

Method geometry

egui_plot/src/items/arrows.rs:146–148  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

144 }
145
146 fn geometry(&self) -> PlotGeometry<'_> {
147 PlotGeometry::Points(self.origins.points())
148 }
149
150 fn bounds(&self) -> PlotBounds {
151 self.origins.bounds()

Callers

nothing calls this directly

Calls 2

PointsClass · 0.85
pointsMethod · 0.45

Tested by

no test coverage detected