[][src]Trait opencv::viz::WArrowTrait

pub trait WArrowTrait: Widget3DTrait {
    pub fn as_raw_WArrow(&self) -> *const c_void;
pub fn as_raw_mut_WArrow(&mut self) -> *mut c_void; }

This 3D Widget defines an arrow.

Required methods

Loading content...

Implementors

impl WArrowTrait for WArrow[src]

Loading content...