Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4206313 commit 76c6962Copy full SHA for 76c6962
1 file changed
lib/matplotlib/bezier.pyi
@@ -22,6 +22,7 @@ def get_normal_points(
22
cx: float, cy: float, cos_t: float, sin_t: float, length: float
23
) -> tuple[float, float, float, float]: ...
24
def split_de_casteljau(beta: ArrayLike, t: float) -> tuple[np.ndarray, np.ndarray]: ...
25
+def _real_roots_in_01(coeffs: ArrayLike) -> np.ndarray: ...
26
def find_bezier_t_intersecting_with_closedpath(
27
bezier_point_at_t: Callable[[float], tuple[float, float]],
28
inside_closedpath: Callable[[tuple[float, float]], bool],
0 commit comments