pub trait WArrowTraitConst: Widget3DTraitConst {
    fn as_raw_WArrow(&self) -> *const c_void;
}
Expand description

This 3D Widget defines an arrow.

Required Methods

Implementors