[][src]Trait opencv::prelude::WPlaneTrait

pub trait WPlaneTrait: Widget3DTrait {
    pub fn as_raw_WPlane(&self) -> *const c_void;
pub fn as_raw_mut_WPlane(&mut self) -> *mut c_void; }

This 3D Widget defines a finite plane.

Required methods

Loading content...

Implementors

impl WPlaneTrait for WPlane[src]

Loading content...