Click or drag to resize
Vector2FAbs 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 Vector2F Abs(
	Vector2F vector
)

Parameters

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

Return Value

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