Locate

Trait Locate 

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

Locate a point.

Required Methods§

Source

fn locate(&self, target: &T) -> DVec3

Locate self on the target

Implementations on Foreign Types§

Source§

impl<T: ?Sized> Locate<T> for DVec3

Source§

fn locate(&self, _target: &T) -> DVec3

Implementors§