Click or drag to resize

Vector3Ceil Method

Returns a new vector with all components rounded up (towards positive infinity).

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Vector3 Ceil()

Return Value

Type: Vector3
A vector with Ceil(Single) called on each component.
See Also