static Vector2 diffMovePointByAngle( Vector2 point, double speed, double angle, ) { return movePointByAngle(point, speed, angle) - point; }