[][src]Trait opencv::prelude::WPolyLineTrait

pub trait WPolyLineTrait: Widget3DTrait {
    fn as_raw_WPolyLine(&self) -> *const c_void;
fn as_raw_mut_WPolyLine(&mut self) -> *mut c_void; }

This 3D Widget defines a poly line. :

Required methods

Loading content...

Implementors

impl WPolyLineTrait for WPolyLine[src]

Loading content...