Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/elftausend/graplot
/ Plot3DArg
Interface
Plot3DArg
src/plots/plot3d.rs:37–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
}
36
37
pub trait Plot3DArg {
38
fn as_plot(&self) -> Plot3D;
39
}
40
41
impl<const N: usize> Plot3DArg for ([f64; N], [f64; N], [f64; N]) {
42
fn as_plot(&self) -> Plot3D {
Callers
nothing calls this directly
Implementers
1
plot3d.rs
src/plots/plot3d.rs
Calls
no outgoing calls
Tested by
no test coverage detected