Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions content/references/translations/en/processing/PVector_set_.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,6 @@
"description": "the z component of the vector",
"type": ["float"]
},
{
"name": "x",
"description": "the x component of the vector",
"type": ["float"]
},
{
"name": "y",
"description": "the y component of the vector",
"type": ["float"]
},
{
"name": "v",
"description": "any variable of type PVector",
Expand Down
1 change: 1 addition & 0 deletions content/references/translations/en/processing/random_.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"category": "math",
"subcategory": "random",
"parameters": [
{ "name": "none", "description": "If no parameters are given, returns a float from 0 (inclusive) to 1 (exclusive)"},
{ "name": "low", "description": "lower limit", "type": ["float"] },
{ "name": "high", "description": "upper limit", "type": ["float"] }
]
Expand Down
10 changes: 0 additions & 10 deletions content/references/translations/es/processing/PVector_set_.es.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,6 @@
"description": "the z component of the vector",
"type": ["float"]
},
{
"name": "x",
"description": "the x component of the vector",
"type": ["float"]
},
{
"name": "y",
"description": "the y component of the vector",
"type": ["float"]
},
{
"name": "v",
"description": "any variable of type PVector",
Expand Down