实用程序和其他模块
模块索引
| constants | 常数定义。 |
| bezier | 与贝塞尔曲线相关的效用函数。 |
| color | 用于不同颜色模型之间转换的颜色和实用函数。 |
| commands | |
| config_ops | 可能对配置字典有用的实用程序。 |
| deprecation | 用于弃用类、函数和函数参数的装饰器。 |
| debug | 调试实用程序。 |
| docbuild | |
| hashing | 用于场景缓存的实用程序。 |
| ipython_magic | 将 Manim 与 IPython 结合使用的实用程序(特别是:Jupyter 笔记本) |
| images | 图像处理实用程序。 |
| iterables | 对可迭代对象的操作。 |
| paths | 确定点集之间的变换路径的函数。 |
| rate_functions | 速率函数的选择,即动画的速度曲线。 |
| simple_functions | 简单函数的集合。 |
| sounds | 与声音相关的实用函数。 |
| space_ops | 二维和三维向量的效用函数。 |
| tex | 用于处理 LaTeX 模板的实用程序。 |
| tex_templates | LaTeX 模板库。 |
| tex_file_writing | 用于编写、编译和转换.tex文件的接口。 |