Vector4Extensions.Ceiled
Extension Method in Vector4Extensions
Declaration
public static Vector4 Ceiled(this Vector4 vector)
Description
Rounds the vector up to the nearest whole number.
Parameters
vector | The vector to round. |
Returns
Vector4 | A new rounded vector. |