Type Definition fenris_geometry::Line3d

source ·
pub type Line3d<T> = Line<T, U3>;

Implementations§

source§

impl<T> Line3d<T>where
    T: Real,

source

pub fn intersect_plane_parametric(&self, plane: &Plane<T>) -> Option<T>