Trait rust_3d::traits::IsDirectionField3D [] [src]

pub trait IsDirectionField3D {
    fn direction_at<P>(&self, p: &P) -> Norm3D
    where
        P: Is3D
; }

IsDirectionField3D is a trait used for fields of directions within 3D space

Required Methods

Should return the direction at the given position

Implementors