摘要:
自己写了一个 Chessboard 类: class Chessboard(VGroup): def __init__( self, shape: tuple = (8, 8), height: float = 1, width: float = 2, # depth 属性指的是厚度,不是指处于 z 阅读全文
posted @ 2023-01-11 19:36
树叶本子
阅读(48)
评论(0)
推荐(0)
摘要:
这一切都可以在 https://docs.manim.community/en/stable/guides/deep_dive.html 中找到 首先,我们知道,manim 的主要组成部分为:mobject, animation 和 scene 其中,我们只要理解前两者就可以了,我们不关心 scen 阅读全文
posted @ 2023-01-09 15:41
树叶本子
阅读(298)
评论(0)
推荐(0)
摘要:
首先定义了三个坐标轴: axes1, axes2, axes3 = all_axes = VGroup(*( Axes((-3, 3), (-1, 1), height=2.0, width=FRAME_WIDTH * 0.5 - 1) for x in range(3) )) 我发现 3b1b 特 阅读全文
posted @ 2023-01-07 23:03
树叶本子
阅读(37)
评论(0)
推荐(0)
摘要:
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <link rel="stylesheet" href="try.css"> <title>Document</title> </head> <body> <div clas 阅读全文
posted @ 2023-01-06 14:53
树叶本子
阅读(17)
评论(0)
推荐(0)
浙公网安备 33010602011771号