Vec3.ceil

Ceil each component of the vector

Kind: Function

Environments: Game, Terrain

Game

vec3:ceil(  )

Open the full Game reference

Parameters:

Name Type Description
vector Vec3 The vector.

Returns:

Type Description
Vec3 The ceiled vector.

Terrain

vec3:ceil(  )

Open the full Terrain reference

Parameters:

Name Type Description
vector Vec3 The vector.

Returns:

Type Description
Vec3 The ceiled vector.