Contents Menu Expand
manim 文档
Logo

入门教程向

  • 安装指南
    • Linux
    • Mac
    • Windows
    • 附:ffmpeg相关用法
  • 快速入门
    • 案例学习
    • 运行命令
    • CONFIG字典用法
    • manim结构
  • 常见问题
    • 安装问题
    • 运行时问题
    • 其它问题
  • 练习部分(TODO)

进阶文档向

  • 常量部分constants
  • 属性容器container
  • 动画部分animation
    • Creation
    • Fading
    • Growing
    • Indication
    • Movement
    • Numbers
    • Rotation
    • Transform
    • Update
    • Composition
  • 物体部分mobject
    • 数学物品Mobject
    • 三种物体基类types
      • VMobject
      • PMobject
      • ImageMobject
    • SVG图像相关物体svg
      • SVGMobject
      • TexMobject
      • Text
      • Code
      • Brace
    • Changing
    • CoordinateSystems
    • Frame
    • Functions
    • Geometry
    • Matrix
    • MobjectUpdateUtils
    • NumberLine
    • Numbers
    • Probability
    • ShapeMatchers
    • ThreeDShadingUtils
    • ThreeDUtils
    • ThreeDimensions
    • ValueTracker
    • VectorField
  • 相机部分camera
    • Camera
    • MappingCamera
    • MovingCamera
    • MultiCamera
    • ThreeDCamera
  • 场景部分scene(TODO)
    • Scene(TODO)
    • SceneFileWriter(TODO)
    • MovingCameraScene(TODO)
    • ZoomedScene(TODO)
    • GraphScene(TODO)
    • ThreeDScene(TODO)
    • ReconfigurableScene(TODO)
    • VectorScene(TODO)
    • SampleSpaceScene(TODO)
    • SceneFromVideo(TODO)
  • 工具函数utils
    • Bezier
    • Color
    • CONFIG_ops
    • FILE_ops
    • Images
    • Iterables
    • Paths
    • Rate_functions
    • Simple_functions
    • Sounds
    • Space_ops
    • Strings
    • Tex_file_writing

杂项

  • manim_sandbox中的自定义类
    • 自定义工具函数
    • 自定义物体
    • 自定义场景
    • 自定义动画
  • 贡献规则及编写指南
  • 关于

工具函数utils¶

声明

这一部分全为鹤翔万里原创编写

文件夹 manimlib/utils 中包含了很多常用的工具函数。有些在manim内部被使用, 有些方便了用户操作。

目录

  • Bezier
  • Color
  • CONFIG_ops
  • FILE_ops
  • Images
  • Iterables
  • Paths
  • Rate_functions
  • Simple_functions
  • Sounds
  • Space_ops
  • Strings
  • Tex_file_writing
Next
Bezier
Previous
SceneFromVideo(TODO)
版权所有 © 2020-2021 Manim Kindergarten Team | Built with Sphinx using @pradyunsg's Furo theme.