Vector4Extensions.Abs
Extension Method in Vector4Extensions
Declaration
public static Vector4 Abs(this Vector4 vector)
Description
Returns the absolute value of the vector.
Parameters
vector | The vector to return the absolute of. |
Returns
Vector4 | A new vector of the absolute value. |