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

This 3D Widget represents normals of a point cloud. :

Required Methods

Implementors