Contents Menu Expand
ManimGL 文档
Logo

入门教程

  • 安装指南
  • 快速入门
  • 命令行参数和配置
  • 样例学习
  • CONFIG 字典用法
  • Manim 结构

进阶文档

  • 常量部分 constants
  • 自定义配置 custom_config
  • 动画部分 animation
    • Creation
    • Fading
    • Growing
    • Indication
    • Movement
    • Numbers
    • Rotation
    • Transform
    • Transform Matching Parts
    • Update
    • Composition
    • Specialized
  • 相机部分 camera
    • Camera
  • 数学物件 mobject
    • types
      • Dot Cloud
      • Image Mobject
      • Point Cloud Mobject
      • Surface
      • Vectorized Mobject
    • svg
      • Brace
      • Drawings
      • MTex
      • StringMobject
      • SVGMobject
      • Tex
      • Text
    • BooleanOps
    • Changing
    • CoordinateSystems
    • Frame
    • Functions
    • Geometry
    • Interactive
    • Matrix
    • Mobject
    • MobjectUpdateUtils
    • NumberLine
    • Numbers
    • Probability
    • ShapeMatchers
    • ThreeDimensions
    • ValueTracker
    • VectorField
  • 场景部分 scene
    • Scene
    • SceneFileWriter
    • ThreeDScene
    • SampleSpaceScene(TODO)
    • VectorScene
  • 着色代码 shaders (TODO)
    • OpenGL 预备知识
    • Inserts
    • image 贴图
    • 二阶贝塞尔曲线填充色 Quadratic bezier fill
    • 二阶贝塞尔曲线轮廓线着色 Quadratic bezier stroke
    • 曲面着色 Surface
    • 曲面贴图 Textured surface
    • True dot
  • 工具函数 utils
    • Bezier
    • Color
    • CONFIG_ops
    • FILE_ops
    • Images
    • Iterables
    • Paths
    • Rate_functions
    • Simple_functions
    • Sounds
    • Space_ops
    • Tex_file_writing

开发相关

  • 变更
  • 贡献
  • 关于

工具函数 utils¶

声明

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

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

目录

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