Click or drag to resize
Vector2IAbs Method
Returns a vector whose components represent the absolute values of the components of the specified vector.

Namespace: Slash.Math.Algebra.Vectors
Assembly: Slash.Math (in Slash.Math.dll) Version: 1.0.6018.40177
Syntax
public static Vector2I Abs(
	Vector2I vector
)

Parameters

vector
Type: Slash.Math.Algebra.VectorsVector2I
Vector to compute the absolute component values of.

Return Value

Type: Vector2I
Vector whose components represent the absolute values of the components of the specified vector.
See Also