Paths

manimlib/utils/paths.py 这个文件中主要实现了和路径有关的函数


直线路径,和线性插值相同


axis 为轴, arc_angle 为圆心角的圆弧路径
返回含有三个参数 (start_points, end_points, alpha) 的函数

顺时针圆路径
返回含有三个参数 (start_points, end_points, alpha) 的函数

逆时针圆路径
返回含有三个参数 (start_points, end_points, alpha) 的函数