Click or drag to resize

Vector3Minimize(Vector3, Vector3) Method

Vector3 minimization - combination of the smallest components

Namespace: Microsoft.DirectX
Assembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.00.00
Syntax
C#
public static Vector3 Minimize(
	Vector3 l,
	Vector3 r
)

Parameters

l  Vector3
Left-hand side Vector3
r  Vector3
Right-hand side Vector3

Return Value

Vector3
Result of Vector3 minimization
See Also