Click or drag to resize

Vector4Normalize Method (Vector4)

Vector4 normalization - make its length be 1

Namespace:  Microsoft.DirectX
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntax
C#
public static Vector4 Normalize(
	Vector4 v
)

Parameters

v
Type: Microsoft.DirectXVector4
Vector4 to normalize

Return Value

Type: Vector4
Result of Vector4 normalization
See Also