Ceil

function

Ceil()

Description

Applies function ceil 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).Ceil() // => BBMOD_Vec2(1.0, 2.0)
Do you find this page helpful?

Copyright © 2023, BlueBurn. Built on March 24, 2023 using GMDoc.