国产精品天干天干,亚洲毛片在线,日韩gay小鲜肉啪啪18禁,女同Gay自慰喷水

歡迎光臨散文網(wǎng) 會(huì)員登陸 & 注冊(cè)

〔manim教程〕第五講 坐標(biāo)系統(tǒng)與圖像

2023-06-23 13:33 作者:NUMT片段  | 我要投稿




?
00:26
?

axis = NumberLine(
    x_min=-2,x_max=2,
    include_ticks=True,
    include_tip=True,
    include_numbers=False,
    unit_size=1.5,
    tick_frequency=0.5,
    label_direction=UP
).shift(LEfT*3)
axis.add_numbers(-1,2)

dot = Dot(axis.n2p(1))
axis.p2n(dot.get_center())

?
02:20
?

axes = Axes(
    x_min=-2,x_max=2,
    y_min=-2,y_max=2,
    center_point=LEFT*3,
    number_line_config = {
    "unit_size":1.5
},
    x_axis_config = {
    "tick_frequency":0.5
},
)
axes.add_coordinates([-1,2],[-2,1])
axes.add_coordinates()
self.add(axes.get_axis_labels)
dot = Dot(axes.c2p(1,2))
axes.p2c(dot.get_center())

?
04:03
?

grid = NumberPlane(
    axis_config = {"stroke_color":BLACK}
)
grid.add_coordinates()
grid.apply_function(
    lambda p: p+RIGHT*p[1]
)
grid.prepare_for_nonlinear_transform()
grid.apply_function(
    lambda p: p + np.array([
        np.sin(p[1]),
        np.sin(p[0]),
        0,
    ])
)

grid = ComplexPlane()

?
05:51
?
Function

func = ParametricFunction(
    lambda t: np.array([
        2*np.sin(3*t)*np.cos(t),
        2*np.sin(3*t)*np.sin(t),
        0,
    ]),
    t_min=0,t_max=2*PI
)

func2 = FunctionGraph(
    lambda x: x**2
)







〔manim教程〕第五講 坐標(biāo)系統(tǒng)與圖像的評(píng)論 (共 條)

分享到微博請(qǐng)遵守國(guó)家法律
阿合奇县| 台安县| 安泽县| 芜湖县| 芦山县| 卫辉市| 富宁县| 柏乡县| 麟游县| 眉山市| 聊城市| 南投市| 天峨县| 雷州市| 泰兴市| 休宁县| 玉环县| 晋江市| 镇原县| 许昌县| 新绛县| 腾冲县| 武义县| 北票市| 亚东县| 夏津县| 临武县| 长子县| 含山县| 左云县| 商水县| 黄大仙区| 客服| 无棣县| 康乐县| 漳州市| 阜城县| 招远市| 通州区| 来安县| 哈尔滨市|