[]
        
(Showing Draft Content)

C1.Util.DX.Vector2.MaxRef

MaxRef Method

MaxRef(out Vector2, ref Vector2, ref Vector2)

Returns a vector containing the largest components of the specified vectors.

Declaration
public static void MaxRef(out Vector2 result, ref Vector2 left, ref Vector2 right)
Public Shared Sub MaxRef(ByRef result As Vector2, ByRef left As Vector2, ByRef right As Vector2)
Parameters
Type Name Description
Vector2 result

When the method completes, contains an new vector composed of the largest components of the source vectors.

Vector2 left

The first source vector.

Vector2 right

The second source vector.