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.

Required Methods§

Provided Methods§

Implementors§