From e83af5dfc66d55afc83f02a17c8f073cbbcdd792 Mon Sep 17 00:00:00 2001
From: Poommetee Ketson
Date: Mon, 9 Apr 2018 17:44:13 +0700
Subject: Add new transform tutorial to appropriate classes
---
doc/classes/Basis.xml | 1 +
doc/classes/Quat.xml | 1 +
doc/classes/Transform.xml | 1 +
3 files changed, 3 insertions(+)
diff --git a/doc/classes/Basis.xml b/doc/classes/Basis.xml
index f7270fa5f..554ed9996 100644
--- a/doc/classes/Basis.xml
+++ b/doc/classes/Basis.xml
@@ -8,6 +8,7 @@
For such use, it is composed of a scaling and a rotation matrix, in that order (M = R.S).
+ http://docs.godotengine.org/en/latest/tutorials/3d/using_transforms.html
diff --git a/doc/classes/Quat.xml b/doc/classes/Quat.xml
index 3a258011b..33f2b9758 100644
--- a/doc/classes/Quat.xml
+++ b/doc/classes/Quat.xml
@@ -10,6 +10,7 @@
It can be used to perform SLERP (spherical-linear interpolation) between two rotations.
+ http://docs.godotengine.org/en/latest/tutorials/3d/using_transforms.html#interpolating-with-quaternions
diff --git a/doc/classes/Transform.xml b/doc/classes/Transform.xml
index df5c2ab3a..d9f9d8cc7 100644
--- a/doc/classes/Transform.xml
+++ b/doc/classes/Transform.xml
@@ -8,6 +8,7 @@
http://docs.godotengine.org/en/3.0/tutorials/math/index.html
+ http://docs.godotengine.org/en/latest/tutorials/3d/using_transforms.html
--
cgit v1.3.1