pub struct Located {
beacons: Vec<Point3D>,
signature: FastMap<i32, [usize; 2]>,
oriented: FastSet<Point3D>,
translation: Point3D,
}Expand description
Represents a known scanner with the same orientation and a known translation from our initial reference scanner.
Fields§
§beacons: Vec<Point3D>§signature: FastMap<i32, [usize; 2]>§oriented: FastSet<Point3D>§translation: Point3DImplementations§
Auto Trait Implementations§
impl Freeze for Located
impl RefUnwindSafe for Located
impl Send for Located
impl Sync for Located
impl Unpin for Located
impl UnwindSafe for Located
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