BBMOD_Vec4.AbsSelf

A function defined in BBMOD_Vec4.gml

AbsSelf()

Description

Sets each component to its absolute value.

Returns

Struct.BBMOD_Vec4 Returns self.

Example

// => BBMOD_Vec4(1.0, 2.0, 3.0, 4.0):
new BBMOD_Vec4(-1.0, 2.0, -3.0, 4.0).AbsSelf();
Do you find this page helpful?

Copyright © 2024, BlueBurn. Built on April 18, 2024 using GMDoc.