Frac

function

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 © 2023, BlueBurn. Built on March 24, 2023 using GMDoc.