From ebe23375156fbc0d610460b2a0e995bb5c966f84 Mon Sep 17 00:00:00 2001 From: Poommetee Ketson Date: Tue, 30 Jan 2018 18:45:54 +0700 Subject: Fix wrong return type of xform functions --- doc/classes/Transform.xml | 4 ++-- doc/classes/Transform2D.xml | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) (limited to 'doc') diff --git a/doc/classes/Transform.xml b/doc/classes/Transform.xml index c893903b4f..cf1c9ea032 100644 --- a/doc/classes/Transform.xml +++ b/doc/classes/Transform.xml @@ -143,7 +143,7 @@ - Transforms the given vector "v" by this transform. + Transforms the given [Vector3], [Plane], or [AABB] by this transform. @@ -152,7 +152,7 @@ - Inverse-transforms the given vector "v" by this transform. + Inverse-transforms the given [Vector3], [Plane], or [AABB] by this transform. diff --git a/doc/classes/Transform2D.xml b/doc/classes/Transform2D.xml index 2a7a8bd97d..e20f48ba14 100644 --- a/doc/classes/Transform2D.xml +++ b/doc/classes/Transform2D.xml @@ -52,18 +52,18 @@ - + - + Transforms the given vector by this transform's basis (no translation). - + - + Inverse-transforms the given vector by this transform's basis (no translation). @@ -143,21 +143,21 @@ - + - Transforms the given vector "v" by this transform. + Transforms the given [Vector2] or [Rect2] by this transform. - + - Inverse-transforms the given vector "v" by this transform. + Inverse-transforms the given [Vector2] or [Rect2] by this transform. -- cgit v1.2.3