pub trait Detail_RotationWarperConst {
fn as_raw_Detail_RotationWarper(&self) -> *const c_void;
fn get_scale(&self) -> Result<f32> { ... }
}
Expand description
Rotation-only model image warper interface.
pub trait Detail_RotationWarperConst {
fn as_raw_Detail_RotationWarper(&self) -> *const c_void;
fn get_scale(&self) -> Result<f32> { ... }
}
Rotation-only model image warper interface.