A function defined in BBMOD_Vec4.gml
ClampSelf(_min, _max)
Clamps each component of the vector between corresponding components of _min
and _max
and stores the result into self
.
Name | Type | Description |
---|---|---|
_min | Struct.BBMOD_Vec4 |
A vector with minimum components. |
_max | Struct.Struct.BBMOD_Vec4 |
A vector with maximum components. |
Struct.BBMOD_Vec4
Returns self
.
Copyright © 2024, BlueBurn. Built on September 07, 2024 using GMDoc.