pub trait SphericalWarperTrait: SphericalWarperTraitConst + WarperCreatorTrait {
// Required method
fn as_raw_mut_SphericalWarper(&mut self) -> *mut c_void;
}
Expand description
Mutable methods for crate::stitching::SphericalWarper
pub trait SphericalWarperTrait: SphericalWarperTraitConst + WarperCreatorTrait {
// Required method
fn as_raw_mut_SphericalWarper(&mut self) -> *mut c_void;
}
Mutable methods for crate::stitching::SphericalWarper