pub trait Locate<T>where
T: ?Sized,{
// Required method
fn locate(&self, target: &T) -> DVec3;
}Expand description
Locate a point.
pub trait Locate<T>where
T: ?Sized,{
// Required method
fn locate(&self, target: &T) -> DVec3;
}Locate a point.