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

Class YEnd

src/lib.rs:43–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41#[derive(Clone, Copy, Debug, PartialEq, PartialOrd)]
42pub struct XEnd(pub f64);
43pub struct YEnd(f64, f64);
44
45/// sets the absolute max value for x
46pub fn x(end_x: f64) -> Option<XEnd> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected