Type Definition fenris_geometry::SimplePolygon3d

source ·
pub type SimplePolygon3d<T> = SimplePolygon<T, U3>;

Implementations§

source§

impl<T: Real> SimplePolygon3d<T>

source

pub fn area_vector(&self) -> Vector3<T>

source

pub fn area(&self) -> T

source

pub fn intersect_half_space(
    &self,
    half_space: &HalfSpace<T>
) -> SimplePolygon3d<T>