Struct e57::CylindricalImageProperties
source · pub struct CylindricalImageProperties {
pub width: u32,
pub height: u32,
pub radius: f64,
pub principal_y: f64,
pub pixel_width: f64,
pub pixel_height: f64,
}Expand description
Properties of a cylindrical image.
Fields§
§width: u32Width of the image in pixels.
height: u32Height of the image in pixels.
radius: f64The closest distance from the cylindrical image surface to the center of projection in meters.
principal_y: f64The Y coordinate of the principal point in pixels.
pixel_width: f64The width of a pixel in radians.
pixel_height: f64The height of a pixel in radians.
Trait Implementations§
source§impl Clone for CylindricalImageProperties
impl Clone for CylindricalImageProperties
source§fn clone(&self) -> CylindricalImageProperties
fn clone(&self) -> CylindricalImageProperties
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for CylindricalImageProperties
impl RefUnwindSafe for CylindricalImageProperties
impl Send for CylindricalImageProperties
impl Sync for CylindricalImageProperties
impl Unpin for CylindricalImageProperties
impl UnwindSafe for CylindricalImageProperties
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)