godot/doc
Ryan Roden-Corrent 07c8e25078
Clarify Curve3D.get_point_{in,out} position in doc.
I verified this experimentally. I added a point at roughly (1,0,0), and
dragged a handle back to the origin. The result was:

```
get_point_position: (0.991079, 0, -0.000069)
get_point_in: (0.993409, 0, 0)
get_point_out: (-0.993409, 0, 0)
```

(cherry picked from commit c6093ae612)
2020-11-17 12:07:02 +01:00
..
classes Clarify Curve3D.get_point_{in,out} position in doc. 2020-11-17 12:07:02 +01:00
tools makerst: Add missing newline at EOF 2020-09-15 19:26:44 +02:00
Doxyfile
Makefile