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