pub fn check_point_inside_triangle( point: Vector2, p1: Vector2, p2: Vector2, p3: Vector2, ) -> bool
Check if point is inside a triangle