game: clean remove unuse functionj
This commit is contained in:
parent
6f80c4973f
commit
2a18ca9d5e
@ -35,10 +35,6 @@ def get_sign(num: float) -> int:
|
||||
if (num < 0):
|
||||
return -1
|
||||
|
||||
def simplify_angle(angle: float):
|
||||
|
||||
return (angle + 2 * math.pi) % (2 * math.pi)
|
||||
|
||||
def get_derive(segment: Segment) -> float:
|
||||
|
||||
if (segment.start.x == segment.stop.x):
|
||||
|
Loading…
Reference in New Issue
Block a user