BBMOD_Vec2.Frac

A function defined in BBMOD_Vec2.gml

Frac()

Description

Applies function frac to each component of the vector and returns the result as a new vector.

Returns

Struct.BBMOD_Vec2 The created vector.

Example

new BBMOD_Vec2(0.2, 1.6).Frac() // => BBMOD_Vec2(0.2, 0.6)
Do you find this page helpful?

Copyright © 2025, BlueBurn. Built on January 04, 2025 using GMDoc.