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