Skip to content

Commit 413adfb

Browse files
Update manim/utils/bezier.py
Co-authored-by: Francisco Manríquez Novoa <[email protected]>
1 parent 55c435b commit 413adfb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

manim/utils/bezier.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1018,9 +1018,7 @@ def interpolate(start: float, end: float, alpha: ColVector) -> ColVector: ...
10181018

10191019

10201020
@overload
1021-
def interpolate(
1022-
start: InternalPoint3D, end: InternalPoint3D, alpha: float
1023-
) -> Point3D: ...
1021+
def interpolate(start: Point3D, end: Point3D, alpha: float) -> Point3D: ...
10241022

10251023

10261024
@overload

0 commit comments

Comments
 (0)