NormalizeRef(Vector2,Vector2) Method
In This Topic
Converts the vector into a unit vector.
Syntax
'Declaration
Public Overloads Shared Sub NormalizeRef( _
ByRef As Vector2, _
ByRef As Vector2 _
)
public static void NormalizeRef(
out Vector2 ,
ref Vector2
)
Parameters
- result
- When the method completes, contains the normalized vector.
- value
- The vector to normalize.
See Also