Explorar o código

Merge pull request #53020 from Lertsenem/doc/fix_vector2_reflect

Fix error in Vector2.reflect() description
Max Hilbrunner %!s(int64=3) %!d(string=hai) anos
pai
achega
937fb63a23
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      doc/classes/Vector2.xml

+ 1 - 1
doc/classes/Vector2.xml

@@ -271,7 +271,7 @@
 			<return type="Vector2" />
 			<argument index="0" name="n" type="Vector2" />
 			<description>
-				Returns the vector reflected from a plane defined by the given normal.
+				Returns the vector reflected (ie mirrored, or symmetric) over a line defined by the given direction vector [code]n[/code].
 			</description>
 		</method>
 		<method name="rotated" qualifiers="const">