MCPcopy Create free account
hub / github.com/eliotbo/bevy_plot / into_plot_format

Method into_plot_format

src/plot/plot_format.rs:13–15  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

11
12impl Plotable for Vec<Vec2> {
13 fn into_plot_format(&self) -> PlotFormat {
14 PlotFormat { data: self.clone() }
15 }
16}
17
18impl Plotable for Vec<(f64, f64)> {

Callers 3

plotoptMethod · 0.80
plotMethod · 0.80
plotmMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected