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

pub trait WTrajectoryTrait: Widget3DTrait {
    pub fn as_raw_WTrajectory(&self) -> *const c_void;
pub fn as_raw_mut_WTrajectory(&mut self) -> *mut c_void; }

This 3D Widget represents a trajectory. :

Required methods

Loading content...

Implementors

impl WTrajectoryTrait for WTrajectory[src]

Loading content...