A function defined in BBMOD_Vec2.gml
FloorSelf()
Applies function floor
to each component of the vector and stores the result into self
.
Struct.BBMOD_Vec2
Returns self
.
new BBMOD_Vec2(0.2, 1.6).FloorSelf() // => BBMOD_Vec2(0.0, 1.0)
Copyright © 2023, BlueBurn. Built on September 11, 2023 using GMDoc.