mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Spacing
This commit is contained in:
parent
2e9c89502d
commit
a5f2ac689f
1 changed files with 0 additions and 2 deletions
|
@ -246,7 +246,6 @@ class IntegerMatrix(DecimalMatrix):
|
||||||
super().__init__(matrix, num_decimal_places, decimal_config, **config)
|
super().__init__(matrix, num_decimal_places, decimal_config, **config)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
class TexMatrix(Matrix):
|
class TexMatrix(Matrix):
|
||||||
def __init__(
|
def __init__(
|
||||||
self,
|
self,
|
||||||
|
@ -261,7 +260,6 @@ class TexMatrix(Matrix):
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
class MobjectMatrix(Matrix):
|
class MobjectMatrix(Matrix):
|
||||||
def __init__(
|
def __init__(
|
||||||
self,
|
self,
|
||||||
|
|
Loading…
Add table
Reference in a new issue