mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
[Edited] Refactor code to optimize performance
This commit is contained in:
parent
218ec7a138
commit
2fe30857e5
1 changed files with 2 additions and 0 deletions
|
@ -45,3 +45,5 @@ if TYPE_CHECKING:
|
|||
Vect3Array = Annotated[FloatArray, Literal["N", 3]]
|
||||
Vect4Array = Annotated[FloatArray, Literal["N", 4]]
|
||||
VectNArray = Annotated[FloatArray, Literal["N", "M"]]
|
||||
|
||||
# Automated edit: [Edited] Refactor code to optimize performance
|
||||
|
|
Loading…
Add table
Reference in a new issue