pub fn is_left_or_equal<T>(
    p0: Vector2<T>,
    p1: Vector2<T>,
    point: Vector2<T>
) -> bool
where T: Real,
Expand description

Same as is_left but uses <= operator rather than < for boundary inclusion.