virtualx-engine/modules/gdnative/gdnative
Rémi Verschelde 94721f5ab8 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.
2020-05-10 16:47:11 +02:00
..
aabb.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
array.cpp PoolVector is gone, replaced by Vector 2020-02-18 10:10:36 +01:00
basis.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
color.cpp [Core] Rename linear_interpolate to lerp 2020-04-29 04:02:49 -04:00
dictionary.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
gdnative.cpp Style: clang-format: Disable AllowShortIfStatementsOnASingleLine 2020-05-10 13:12:16 +02:00
node_path.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
plane.cpp Revert "Renamed plane's d to distance" 2020-05-10 16:47:11 +02:00
pool_arrays.cpp PoolVector is gone, replaced by Vector 2020-02-18 10:10:36 +01:00
quat.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
rect2.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
rid.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
string.cpp PoolVector is gone, replaced by Vector 2020-02-18 10:10:36 +01:00
string_name.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
transform.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
transform2d.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
variant.cpp Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT. 2020-02-25 12:55:53 +01:00
vector2.cpp [Core] Rename linear_interpolate to lerp 2020-04-29 04:02:49 -04:00
vector3.cpp [Core] Rename linear_interpolate to lerp 2020-04-29 04:02:49 -04:00