mirror of
https://github.com/3b1b/manim.git
synced 2025-08-02 11:03:03 +08:00
VariableProofOfWork in crypto
This commit is contained in:
@ -125,7 +125,6 @@ class Mobject(object):
|
||||
mob.points += total_vector
|
||||
return self
|
||||
|
||||
|
||||
def scale(self, scale_factor, about_point = None):
|
||||
if about_point is not None:
|
||||
self.shift(-about_point)
|
||||
|
Reference in New Issue
Block a user