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