mirror of
https://github.com/3b1b/manim.git
synced 2025-07-30 21:44:19 +08:00
More hilbert work, including simple new Grid mobject
This commit is contained in:
@ -170,10 +170,10 @@ def path_along_arc(arc_angle):
|
||||
return path
|
||||
|
||||
def clockwise_path():
|
||||
return path_along_arc(np.pi)
|
||||
return path_along_arc(-np.pi)
|
||||
|
||||
def counterclockwise_path():
|
||||
return path_along_arc(-np.pi)
|
||||
return path_along_arc(np.pi)
|
||||
|
||||
|
||||
################################################
|
||||
|
Reference in New Issue
Block a user