Function symcode::math::clockwise_points_f64[][src]

pub fn clockwise_points_f64(p1: &PointF64, p2: &PointF64, p3: &PointF64) -> bool

Returns true iff the traversal p1->p2->p3 is in clockwise order and not collinear.

Assumes origin in top-left corner.