Click or drag to resize

UtilMax Method

Vector3 maximization - combination of the largest components.

Namespace:  Demo3D.Common
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 10.0.7983.28765
Syntax
C#
public static Vector3 Max(
	Vector3 l,
	Vector3 r
)

Parameters

l
Type: Microsoft.DirectXVector3
Left-hand side Vector3.
r
Type: Microsoft.DirectXVector3
Right-hand side Vector3.

Return Value

Type: Vector3
Result of Vector3 maximization.
Remarks
See Also