pub fn check_collision_lines(
start_pos1: impl Into<Vector2>,
end_pos1: impl Into<Vector2>,
start_pos2: impl Into<Vector2>,
end_pos2: impl Into<Vector2>,
) -> Option<Vector2>Expand description
Check the collision between two lines defined by two points each, returns collision point by reference