[]
        
(Showing Draft Content)

C1.Util.DX.Vector3.MinRef

MinRef Method

MinRef(out Vector3, ref Vector3, ref Vector3)

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

Declaration
public static void MinRef(out Vector3 result, ref Vector3 left, ref Vector3 right)
Parameters
Type Name Description
Vector3 result

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

Vector3 left

The first source vector.

Vector3 right

The second source vector.