From c6e2c0f01dc9f1b9a55201da8e38dd30724fabc7 Mon Sep 17 00:00:00 2001 From: CowThing Date: Sun, 15 May 2016 19:01:21 -0400 Subject: [PATCH] Filling in documentation. AABB, Color, Rect2, Transform, Vector2, and Vector3. (cherry picked from commit 0749db2cf8dfaacb70cb5817f60473fa811c0145) --- doc/base/classes.xml | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/doc/base/classes.xml b/doc/base/classes.xml index 7c52bc5e422..7bf4150f3e9 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -2072,6 +2072,7 @@ + Return true if the [AABB] intersects the line segment between from and to @@ -2097,10 +2098,13 @@ + Position (starting corner). + Size from position to end. + Ending corner. @@ -7961,26 +7965,37 @@ + Red (0 to 1) + Green (0 to 1) + Blue (0 to 1) + Alpha (0 to 1) + Hue (0 to 1) + Saturation (0 to 1) + Value (0 to 1) + Red (0 to 255) + Green (0 to 255) + Blue (0 to 255) + Alpha (0 to 255) @@ -28011,10 +28026,13 @@ This method controls whether the position between two cached points is interpola + Position (starting corner). + Size from position to end. + Ending corner. @@ -37702,6 +37720,7 @@ This method controls whether the position between two cached points is interpola + Returns the inverse of the transfrom, even if the transform has scale or the axis vectors are not orthogonal. @@ -37719,12 +37738,14 @@ This method controls whether the position between two cached points is interpola + Rotate the transform around the up vector to face the target. + Returns a transfrom with the basis orthogonal (90 degrees), and normalized axis vectors. @@ -37735,6 +37756,7 @@ This method controls whether the position between two cached points is interpola + Rotate the transform locally. @@ -37743,6 +37765,7 @@ This method controls whether the position between two cached points is interpola + Scale the transform locally. @@ -37751,6 +37774,7 @@ This method controls whether the position between two cached points is interpola + Translate the transform locally. @@ -37783,6 +37807,7 @@ This method controls whether the position between two cached points is interpola + Construct the Transform from four Vector3. Each axis creates the basis. @@ -37793,6 +37818,7 @@ This method controls whether the position between two cached points is interpola + Construct the Transform from a Matrix3 and Vector3. @@ -37801,6 +37827,7 @@ This method controls whether the position between two cached points is interpola + Construct the Transform from a Matrix32. @@ -37809,6 +37836,7 @@ This method controls whether the position between two cached points is interpola + Construct the Transform from a Quat. The origin will be Vector3(0, 0, 0) @@ -37817,13 +37845,16 @@ This method controls whether the position between two cached points is interpola + Construct the Transform from a Matrix3. The origin will be Vector3(0, 0, 0) + The basis contains 3 [Vector3]. X axis, Y axis, and Z axis. + The origin of the transform. Which is the translation offset. @@ -39525,12 +39556,16 @@ This method controls whether the position between two cached points is interpola + X component of the vector. + Y component of the vector. + Width of the vector (Same as X). + Height of the vector (Same as Y). @@ -39774,10 +39809,13 @@ This method controls whether the position between two cached points is interpola + X component of the vector. + Y component of the vector. + Z component of the vector.