mirror of
https://github.com/3b1b/manim.git
synced 2025-11-14 04:57:46 +00:00
Add VectNArray
This commit is contained in:
parent
c4e1db7f9d
commit
2808710d60
1 changed files with 1 additions and 0 deletions
|
|
@ -36,3 +36,4 @@ if TYPE_CHECKING:
|
||||||
Vect2Array = Annotated[FloatArray, Literal["N", 2]]
|
Vect2Array = Annotated[FloatArray, Literal["N", 2]]
|
||||||
Vect3Array = Annotated[FloatArray, Literal["N", 3]]
|
Vect3Array = Annotated[FloatArray, Literal["N", 3]]
|
||||||
Vect4Array = Annotated[FloatArray, Literal["N", 4]]
|
Vect4Array = Annotated[FloatArray, Literal["N", 4]]
|
||||||
|
VectNArray = Annotated[FloatArray, Literal["N", "M"]]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue