pub struct CloudCube;
👎Deprecated
Expand description
CloudCube is 3D OpenGL cloud data modeling and representation system.
The tool can represent cloud models in different visual types, predict reagent transmission and save data for the next analysis steps.
Trait Implementations
impl CPP for CloudCube
impl<Language> Developer<Language> for CloudCube where
Language: CPP,
Whole development process and stack choosing.
impl OpenGL for CloudCube
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more