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