function
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 © 2022, BlueBurn. Built on December 31, 2022 using GMDoc.