mirror of
https://github.com/3b1b/manim.git
synced 2025-08-02 19:46:21 +08:00
Allow Scalable type to be any FloatArray
This commit is contained in:
@ -15,9 +15,7 @@ if TYPE_CHECKING:
|
||||
from typing import Callable, Sequence, TypeVar
|
||||
from manimlib.typing import VectN, FloatArray
|
||||
|
||||
T = TypeVar("T")
|
||||
|
||||
Scalable = TypeVar("Scalable", float, VectN)
|
||||
Scalable = TypeVar("Scalable", float, FloatArray)
|
||||
|
||||
|
||||
CLOSED_THRESHOLD = 0.001
|
||||
|
Reference in New Issue
Block a user