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

pub trait WLineTrait: Widget3DTrait {
    pub fn as_raw_WLine(&self) -> *const c_void;
pub fn as_raw_mut_WLine(&mut self) -> *mut c_void; }

This 3D Widget defines a finite line.

Required methods

Loading content...

Implementors

impl WLineTrait for WLine[src]

Loading content...