[][src]Trait rust_3d::IsDirectionField3D

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

fn direction_at<P>(&self, p: &P) -> Norm3D where
    P: Is3D

Should return the direction at the given position

Loading content...

Implementors

Loading content...