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 CloudCubewhere Language: CPP,
Whole development process and stack choosing.
impl OpenGL for CloudCube
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more