[][src]Trait opencv::viz::prelude::WConeTrait

pub trait WConeTrait: Widget3DTrait {
    pub fn as_raw_WCone(&self) -> *const c_void;
pub fn as_raw_mut_WCone(&mut self) -> *mut c_void; }

This 3D Widget defines a cone. :

Required methods

Loading content...

Implementors

impl WConeTrait for WCone[src]

Loading content...