processing / processing/processing-website
Indicate rotation direction for `PVector::rotate()`
未关闭
适合新手
还没有人认领这个 Issue。
- 主要语言
- MDX
- 星标
- 90
- 派生
- 122
- 平均合并
- 1 小时 43 分钟
- 30 天内合并 PR
- 3
描述
Issue description
Indicate the direction that the vector will be rotated in, in order to avoid any ambiguity.
URL(s) of affected page(s)
https://processing.org/reference/PVector_rotate_.html
Proposed fix
Rotates a vector anticlockwise by the specified angle (2D vectors only), while maintaining the same magnitude.
Or add a sentence "Positive angles will rotate the vector anticlockwise."
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
从受影响的 PVector::rotate() 参考页面 https://processing.org/reference/PVector_rotate_.html 开始,并检查其当前描述。完成标准是:页面明确说明,正角度会使 2D 向量逆时针旋转,使用提议的措辞或等效的澄清表述。
由索引模型根据 Issue 内容生成。
评估
- 领域
- documentation
- Issue 类型
- 文档
- 难度
- 1/5
- 预计耗时
- 1-3 小时
- 活跃度
- 停滞
- 描述清晰度
- 描述清楚
- 新手友好度
- 68/100