classref: Sync with current 3.4 branch (4330c0b8)

Sync the class reference with the 3.4 branch (4330c0b8e909bd095345f2a979a23aad08493bb8), minus some 3.4.3 specific API changes that are not released yet.
Importantly, this fixes some invalid links and thus makes CI happy. Happy CI, happy devs!
This commit is contained in:
Max Hilbrunner
2022-01-24 11:17:59 +01:00
parent 58e916280e
commit e903776b06
41 changed files with 135 additions and 69 deletions

View File

@@ -414,7 +414,7 @@ Returns the vector projected onto the vector ``b``.
- :ref:`Vector2<class_Vector2>` **reflect** **(** :ref:`Vector2<class_Vector2>` n **)**
Returns the vector reflected from a plane defined by the given normal.
Returns the vector reflected (i.e. mirrored, or symmetric) over a line defined by the given direction vector ``n``.
----