[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.Vector3.Max

Max Method

Max(Vector3, Vector3)

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

Declaration
public static Vector3 Max(Vector3 left, Vector3 right)
Parameters
Type Name Description
Vector3 left

The first source vector.

Vector3 right

The second source vector.

Returns
Type Description
Vector3

A vector containing the largest components of the source vectors.