Skip to content

Commit

Permalink
Added bezier_remap to __all__
Browse files Browse the repository at this point in the history
  • Loading branch information
chopan050 committed Nov 3, 2023
1 parent fdb5390 commit 26a430f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions manim/utils/bezier.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@
__all__ = [
"bezier",
"partial_bezier_points",
"partial_quadratic_bezier_points",
"split_bezier",
"split_quadratic_bezier",
"subdivide_bezier",
"bezier_remap",
"partial_quadratic_bezier_points",
"split_quadratic_bezier",
"subdivide_quadratic_bezier",
"quadratic_bezier_remap",
"interpolate",
"integer_interpolate",
"mid",
Expand Down

0 comments on commit 26a430f

Please sign in to comment.