MCPcopy Create free account
hub / github.com/elftausend/graplot / Plot3D

Class Plot3D

src/plots/plot3d.rs:6–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4
5
6pub struct Plot3D {
7 pub xs: Matrix,
8 pub ys: Matrix,
9 pub zs: Matrix,
10 pub line_desc: Vec<LineDesc>,
11 pub desc: Desc,
12}
13
14impl Plot3D {
15 pub fn new<A: Plot3DArg>(args: A) -> Plot3D {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected