Click or drag to resize

Vector2Max Method

Returns a vector whose elements are the maximum 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 Max(
	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 maximized vector
See Also