pub struct ConeQuery {
pub layer: SpatialLayerId,
pub apex: Position2,
pub heading: f64,
pub half_angle: f64,
pub range: f64,
}Expand description
Directed cone query on one spatial layer.
Fields§
§layer: SpatialLayerId§apex: Position2§heading: f64§half_angle: f64§range: f64Trait Implementations§
impl Copy for ConeQuery
impl StructuralPartialEq for ConeQuery
Auto Trait Implementations§
impl Freeze for ConeQuery
impl RefUnwindSafe for ConeQuery
impl Send for ConeQuery
impl Sync for ConeQuery
impl Unpin for ConeQuery
impl UnsafeUnpin for ConeQuery
impl UnwindSafe for ConeQuery
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