A function defined in BBMOD_Vec2.gml
Lerp(_v, _amount)
Linearly interpolates between vector _v
by the given amount and returns the result as a new vector.
Name | Type | Description |
---|---|---|
_v | Struct.BBMOD_Vec2 |
The vector to interpolate with. |
_amount | Real |
The interpolation factor. |
Struct.BBMOD_Vec2
The created vector.
Copyright © 2024, BlueBurn. Built on September 07, 2024 using GMDoc.