pub struct CopcInfo {
pub center: [f64; 3],
pub halfsize: f64,
pub spacing: f64,
pub root_hier_offset: u64,
pub root_hier_size: u64,
pub gpstime_minimum: f64,
pub gpstime_maximum: f64,
}Expand description
COPC info VLR payload (160 bytes). This is COPC-specific — not part of the LAS standard.
Fields§
§center: [f64; 3]§halfsize: f64§spacing: f64§root_hier_offset: u64§root_hier_size: u64§gpstime_minimum: f64§gpstime_maximum: f64Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CopcInfo
impl RefUnwindSafe for CopcInfo
impl Send for CopcInfo
impl Sync for CopcInfo
impl Unpin for CopcInfo
impl UnsafeUnpin for CopcInfo
impl UnwindSafe for CopcInfo
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