Skip to main content

triangle_area

Function triangle_area 

pub fn triangle_area(a: Point2, b: Point2, c: Point2) -> f64
Expand description

Returns the 2D triangle area.