Cubicly interpolates between this vector and [code]b[/code] using [code]pre_a[/code] and [code]post_b[/code] as handles, and returns the result at position [code]t[/code]. [code]t[/code] is in the range of [code]0.0 - 1.0[/code], representing the amount of interpolation.
</description>
</method>
<methodname="direction_to">
<returntype="Vector2">
</return>
<argumentindex="0"name="b"type="Vector2">
</argument>
<description>
Returns the normalized vector pointing from this vector to [code]b[/code].
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 [code]t[/code]. [code]t[/code] is in the range of [code]0.0 - 1.0[/code], representing the amount of interpolation.
</description>
</method>
<methodname="direction_to">
<returntype="Vector3">
</return>
<argumentindex="0"name="b"type="Vector3">
</argument>
<description>
Returns the normalized vector pointing from this vector to [code]b[/code].