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
fn direction_at<P>(&self, p: &P) -> Norm3D where
P: Is3D,
P: Is3D,
Should return the direction at the given position