A function defined in BBMOD_Vec2.gml
Clamps the length of the vector between _min
and _max
and stores the result into self
.
Name | Type | Description |
---|---|---|
_min | Real |
The minimum length of the vector. |
_max | Real |
The maximum length of the vector. |
Struct.BBMOD_Vec2
Returns self
.
Copyright © 2025, BlueBurn. Built on March 23, 2025 using GMDoc.