[]
        
(Showing Draft Content)

C1.Util.DX.Vector3.Min

Min Method

Min(Vector3, Vector3)

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

Declaration
public static Vector3 Min(Vector3 left, Vector3 right)
Public Shared Function Min(left As Vector3, right As Vector3) As Vector3
Parameters
Type Name Description
Vector3 left

The first source vector.

Vector3 right

The second source vector.

Returns
Type Description
Vector3

A vector containing the smallest components of the source vectors.