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