Click or drag to resize

UtilNormalize(Vector2) Method

Vector2 normalization - make its length be 1

Namespace: Demo3D.Common
Assembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.01.00
Syntax
C#
public static Vector2 Normalize(
	Vector2 v
)

Parameters

v  Vector2
Vector2 to normalize

Return Value

Vector2
Result of Vector2 normalization
Remarks
Use Normalize(Vector2) instead, this is just a wrapper
See Also