Revert "Renamed plane's d to distance"
This reverts commit ec7b481170.
This was wrong, `d` is not a distance but the `d` constant in the
parametric equation `ax + by + cz = d` describing the plane.
This commit is contained in:
parent
6ab92464bc
commit
94721f5ab8
36 changed files with 126 additions and 126 deletions
|
|
@ -3120,14 +3120,14 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"name": "godot_plane_get_distance",
|
||||
"name": "godot_plane_get_d",
|
||||
"return_type": "godot_real",
|
||||
"arguments": [
|
||||
["const godot_plane *", "p_self"]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "godot_plane_set_distance",
|
||||
"name": "godot_plane_set_d",
|
||||
"return_type": "void",
|
||||
"arguments": [
|
||||
["godot_plane *", "p_self"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue