Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emilk/egui_plot
/ geometry
Method
geometry
egui_plot/src/items/polygon.rs:152–154 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
150
}
151
152
fn geometry(&self) -> PlotGeometry<'_> {
153
PlotGeometry::Points(self.series.points())
154
}
155
156
fn bounds(&self) -> PlotBounds {
157
self.series.bounds()
Callers
nothing calls this directly
Calls
2
Points
Class · 0.85
points
Method · 0.45
Tested by
no test coverage detected