Vector4.Normalize Method (Vector4, Vector4)
Returns a normalized version of the specified vector.
Syntax
'Declaration
Public Shared Sub Normalize ( _
ref vector As Vector4, _
out result As Vector4 _
)
public static void Normalize (
ref Vector4 vector,
out Vector4 result
)
public:
static void Normalize(
ref Vector4 vector,
out Vector4 result
)
Parameters
- vector
Type: Vector4
Source vector. - result
Type: Vector4
[OutAttribute] The normalized vector.
Requirements
Namespace: Microsoft.Xna.Framework
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)
See Also
Reference
Vector4 Structure
Vector4 Members
Microsoft.Xna.Framework Namespace
Platforms
Windows Phone