A function defined in BBMOD_Vec2.gml
Abs()
Creates a new vector where each component is equal to the absolute value of the original component.
Struct.BBMOD_Vec2
The created vector.
new BBMOD_Vec2(-1.0, 2.0).Abs() // => BBMOD_Vec2(1.0, 2.0)
Copyright © 2025, BlueBurn. Built on January 04, 2025 using GMDoc.