gpt4 book ai didi

javascript - 我如何在 Vue JS 中调用 p5.Vector.fromAngle()?

转载 作者:行者123 更新时间:2023-12-05 07:17:41 25 4
gpt4 key购买 nike

我已经将 P5 导入到 Vue 应用程序中,如下所示:

let script = p5 => {
p5.setup = _ => {
this.setup(p5)
}
p5.draw = _ => {
this.draw(p5)
}
}
this.ps = new P5(script)

当我尝试访问像 background(0) (p5.background(0)) 这样的方法时一切正常,但如果我尝试访问 p5.Vector。从 Angular ( Angular ) 我得到:

TypeError: Cannot read property 'fromAngle' of undefined

我相信这是一个静态方法,但我需要有关如何访问它的帮助。

最佳答案

根据 this回答。使用 p5.constructor.Vector.fromAngle()

关于javascript - 我如何在 Vue JS 中调用 p5.Vector.fromAngle()?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58675197/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com