BBMOD_Vec3.ClampSelf

A function defined in BBMOD_Vec3.gml

ClampSelf(_min, _max)

Description

Clamps each component of the vector between corresponding components of _min and _max and stores the result into self.

Arguments

Name Type Description
_min Struct.BBMOD_Vec3 A vector with minimum components.
_max Struct.Struct.BBMOD_Vec3 A vector with maximum components.

Returns

Struct.BBMOD_Vec3 Returns self.

Do you find this page helpful?

Copyright © 2024, BlueBurn. Built on January 21, 2024 using GMDoc.