pub struct PointOverlapQuery {
pub position: Vec3<Scalar>,
pub resolution: Vec3<Scalar>,
pub density_threshold: Scalar,
}Fields§
§position: Vec3<Scalar>§resolution: Vec3<Scalar>§density_threshold: ScalarImplementations§
Source§impl PointOverlapQuery
impl PointOverlapQuery
pub fn query_field( &self, field: &dyn DensityField, info: &BodyAccessInfo, ) -> Option<PointOverlapResult>
Trait Implementations§
Source§impl Clone for PointOverlapQuery
impl Clone for PointOverlapQuery
Source§fn clone(&self) -> PointOverlapQuery
fn clone(&self) -> PointOverlapQuery
Returns a duplicate 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 moreSource§impl Debug for PointOverlapQuery
impl Debug for PointOverlapQuery
Source§impl Default for PointOverlapQuery
impl Default for PointOverlapQuery
Source§fn default() -> PointOverlapQuery
fn default() -> PointOverlapQuery
Returns the “default value” for a type. Read more
Source§impl PartialEq for PointOverlapQuery
impl PartialEq for PointOverlapQuery
impl StructuralPartialEq for PointOverlapQuery
Auto Trait Implementations§
impl Freeze for PointOverlapQuery
impl RefUnwindSafe for PointOverlapQuery
impl Send for PointOverlapQuery
impl Sync for PointOverlapQuery
impl Unpin for PointOverlapQuery
impl UnsafeUnpin for PointOverlapQuery
impl UnwindSafe for PointOverlapQuery
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