From b04610b5e75b8d1fa1916ad7255bdcc5c638536a Mon Sep 17 00:00:00 2001 From: Aaron McLeod Date: Sat, 6 Jan 2018 18:28:21 -0500 Subject: Indicate what "t" means in interpolation docs --- doc/classes/Vector3.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/classes/Vector3.xml') diff --git a/doc/classes/Vector3.xml b/doc/classes/Vector3.xml index acb41297a..dff3d04b0 100644 --- a/doc/classes/Vector3.xml +++ b/doc/classes/Vector3.xml @@ -77,7 +77,7 @@ - Performs a cubic interpolation between vectors [code]pre_a[/code], [code]a[/code], [code]b[/code], [code]post_b[/code] ([code]a[/code] is current), by the given amount (t). + Performs a cubic interpolation between vectors [code]pre_a[/code], [code]a[/code], [code]b[/code], [code]post_b[/code] ([code]a[/code] is current), by the given amount (t). (t) should be a float of 0.0-1.0, a percentage of how far along the interpolation is. @@ -150,7 +150,7 @@ - Linearly interpolates the vector to a given one (b), by the given amount (t). + Linearly interpolates the vector to a given one (b), by the given amount (t). (t) should be a float of 0.0-1.0, a percentage of how far along the interpolation is. -- cgit v1.2.3-70-g09d2