pub trait Detail_ProjectorBaseTraitConst {
fn as_raw_Detail_ProjectorBase(&self) -> *const c_void;
fn scale(&self) -> f32 { ... }
}
Expand description
Base class for warping logic implementation.
pub trait Detail_ProjectorBaseTraitConst {
fn as_raw_Detail_ProjectorBase(&self) -> *const c_void;
fn scale(&self) -> f32 { ... }
}
Base class for warping logic implementation.