Click or drag to resize

Vector2Abs Method

Returns a vector whose elements are the absolute values of each of the source vector's elements.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Vector2 Abs(
	Vector2 value
)

Parameters

value
Type: Karamba.GeometryVector2
The source vector.

Return Value

Type: Vector2
The absolute value vector.
See Also