[][src]Trait opencv::hub_prelude::WCoordinateSystemTrait

pub trait WCoordinateSystemTrait: Widget3DTrait {
    pub fn as_raw_WCoordinateSystem(&self) -> *const c_void;
pub fn as_raw_mut_WCoordinateSystem(&mut self) -> *mut c_void; }

This 3D Widget represents a coordinate system. :

Required methods

Loading content...

Implementors

impl WCoordinateSystemTrait for WCoordinateSystem[src]

Loading content...