pub trait WSphereTraitConst: Widget3DTraitConst {
    fn as_raw_WSphere(&self) -> *const c_void;
}
Expand description

This 3D Widget defines a sphere. :

Required Methods

Implementors