mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
Not sure why these still existed...
This commit is contained in:
parent
803301e4a1
commit
efcaae4d2a
1 changed files with 0 additions and 12 deletions
|
@ -45,18 +45,6 @@ class Animation(object):
|
||||||
self.filter_functions += filter_functions
|
self.filter_functions += filter_functions
|
||||||
return self
|
return self
|
||||||
|
|
||||||
def restrict_height(self, height):
|
|
||||||
self.restricted_height = min(height, SPACE_HEIGHT)
|
|
||||||
return self
|
|
||||||
|
|
||||||
def restrict_width(self, width):
|
|
||||||
self.restricted_width = min(width, SPACE_WIDTH)
|
|
||||||
return self
|
|
||||||
|
|
||||||
def shift(self, vector):
|
|
||||||
self.spatial_center += vector
|
|
||||||
return self
|
|
||||||
|
|
||||||
def set_run_time(self, time):
|
def set_run_time(self, time):
|
||||||
self.run_time = time
|
self.run_time = time
|
||||||
return self
|
return self
|
||||||
|
|
Loading…
Add table
Reference in a new issue