Home
last modified time | relevance | path

Searched defs:Cubiod (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/element/
Dbasic_shapes_3d.rs25 pub struct Cubiod<X, Y, Z> { struct
31 impl<X: Clone, Y: Clone, Z: Clone> Cubiod<X, Y, Z> { impl
60 impl<'a, X: 'a, Y: 'a, Z: 'a> PointCollection<'a, (X, Y, Z), BackendCoordAndZ>
70 impl<X, Y, Z, DB: DrawingBackend> Drawable<DB, BackendCoordAndZ> for Cubiod<X, Y, Z> { implementation