Type Definition fenris_geometry::HalfPlane

source ·
pub type HalfPlane<T> = HalfSpace<T, U2>;

Implementations§

source§

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

source

pub fn surface(&self) -> Line2d<T>

Returns a line representing the surface of the half plane