Vector3.Normalize Method (Vector3, Vector3)
Creates a unit vector from the specified vector, writing the result to a user-specified variable. The result is a vector one unit in length pointing in the same direction as the original vector.
Syntax
'Declaration
Public Shared Sub Normalize ( _
ref value As Vector3, _
out result As Vector3 _
)
public static void Normalize (
ref Vector3 value,
out Vector3 result
)
public:
static void Normalize(
ref Vector3 value,
out Vector3 result
)
Parameters
- value
Type: Vector3
Source vector. - result
Type: Vector3
[OutAttribute] The normalized vector.
Requirements
Namespace: Microsoft.Xna.Framework
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)
See Also
Reference
Vector3 Structure
Vector3 Members
Microsoft.Xna.Framework Namespace
Platforms
Windows Phone