diff --git a/doc/base/classes.xml b/doc/base/classes.xml index 64ee05b2dc..43f755d246 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -2074,6 +2074,7 @@ + Return true if the [AABB] intersects the line segment between from and to @@ -2099,10 +2100,13 @@ + Position (starting corner). + Size from position to end. + Ending corner. @@ -8196,26 +8200,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) @@ -29376,10 +29391,13 @@ This method controls whether the position between two cached points is interpola + Position (starting corner). + Size from position to end. + Ending corner. @@ -39167,6 +39185,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. @@ -39184,12 +39203,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. @@ -39200,6 +39221,7 @@ This method controls whether the position between two cached points is interpola + Rotate the transform locally. @@ -39208,6 +39230,7 @@ This method controls whether the position between two cached points is interpola + Scale the transform locally. @@ -39216,6 +39239,7 @@ This method controls whether the position between two cached points is interpola + Translate the transform locally. @@ -39248,6 +39272,7 @@ This method controls whether the position between two cached points is interpola + Construct the Transform from four Vector3. Each axis creates the basis. @@ -39258,6 +39283,7 @@ This method controls whether the position between two cached points is interpola + Construct the Transform from a Matrix3 and Vector3. @@ -39266,6 +39292,7 @@ This method controls whether the position between two cached points is interpola + Construct the Transform from a Matrix32. @@ -39274,6 +39301,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) @@ -39282,13 +39310,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. @@ -41065,12 +41096,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). @@ -41314,10 +41349,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.