Skip to content

Commit c712e68

Browse files
committed
Add setHeading() in PVector JSON
1 parent 81bd578 commit c712e68

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

content/references/translations/en/processing/PVector.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,11 @@
9393
"name": "heading()",
9494
"desc": "Calculate the angle of rotation for this vector"
9595
},
96+
{
97+
"anchor": "PVector_setHeading_",
98+
"name": "setHeading()",
99+
"desc": "Set the direction for this vector"
100+
},
96101
{
97102
"anchor": "PVector_rotate_",
98103
"name": "rotate()",

0 commit comments

Comments
 (0)