Skip to main content

cross_2d

Function cross_2d 

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

Cross product of vectors (b-a) and (c-a).