BBMOD_Vec3.AbsSelf

A function defined in BBMOD_Vec3.gml

AbsSelf()

Description

Sets each component to its absolute value.

Returns

Struct.BBMOD_Vec3 Returns self.

Example

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

Copyright © 2024, BlueBurn. Built on September 07, 2024 using GMDoc.