pub fn check_point_inside_circle( point: Vector2, center: Vector2, radius: f32, ) -> bool
Check if point is inside circle