Click or drag to resize

Vector2Min Method

Returns a vector whose elements are the minimum of each of the pairs of elements in the two source vectors.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Vector2 Min(
	Vector2 value1,
	Vector2 value2
)

Parameters

value1
Type: Karamba.GeometryVector2
The first source vector.
value2
Type: Karamba.GeometryVector2
The second source vector.

Return Value

Type: Vector2
The minimized vector.
See Also