|
@@ -204,7 +204,7 @@
|
|
<argument index="1" name="weight" type="float">
|
|
<argument index="1" name="weight" type="float">
|
|
</argument>
|
|
</argument>
|
|
<description>
|
|
<description>
|
|
- Returns the result of the linear interpolation between this vector and [code]b[/code] by amount [code]weight[/code]. [code]weight[/code] is on the range of 0.0 to 1.0, representing the amount of interpolation.
|
|
|
|
|
|
+ Returns the result of the linear interpolation between this vector and [code]to[/code] by amount [code]weight[/code]. [code]weight[/code] is on the range of 0.0 to 1.0, representing the amount of interpolation.
|
|
</description>
|
|
</description>
|
|
</method>
|
|
</method>
|
|
<method name="max_axis" qualifiers="const">
|
|
<method name="max_axis" qualifiers="const">
|
|
@@ -484,7 +484,7 @@
|
|
<argument index="1" name="weight" type="float">
|
|
<argument index="1" name="weight" type="float">
|
|
</argument>
|
|
</argument>
|
|
<description>
|
|
<description>
|
|
- Returns the result of spherical linear interpolation between this vector and [code]b[/code], by amount [code]t[/code]. [code]t[/code] is on the range of 0.0 to 1.0, representing the amount of interpolation.
|
|
|
|
|
|
+ Returns the result of spherical linear interpolation between this vector and [code]to[/code], by amount [code]weight[/code]. [code]weight[/code] is on the range of 0.0 to 1.0, representing the amount of interpolation.
|
|
[b]Note:[/b] Both vectors must be normalized.
|
|
[b]Note:[/b] Both vectors must be normalized.
|
|
</description>
|
|
</description>
|
|
</method>
|
|
</method>
|