mirror of
https://github.com/3b1b/manim.git
synced 2025-07-31 22:13:30 +08:00
Renamed SPACE_WIDTH and SPACE_HEIGHT to SPACE_X_RADIUS and SPACE_Y_RADIUS to be less confusing
This commit is contained in:
@ -199,7 +199,7 @@ class NumericalMatrixMultiplication(Scene):
|
||||
equals = TexMobject("=")
|
||||
everything = VMobject(left, right, equals, result)
|
||||
everything.arrange_submobjects()
|
||||
everything.scale_to_fit_width(2*SPACE_WIDTH-1)
|
||||
everything.scale_to_fit_width(2*SPACE_X_RADIUS-1)
|
||||
self.add(everything)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user