pub trait PyRotationWarperTraitConst {
    fn as_raw_PyRotationWarper(&self) -> *const c_void;

    fn get_scale(&self) -> Result<f32> { ... }
}

Required Methods

Provided Methods

Implementors