Vector4.Normalize Method (Vector4)
Creates a unit vector from the specified vector.
Syntax
'Declaration
Public Shared Function Normalize ( _
vector As Vector4 _
) As Vector4
public static Vector4 Normalize (
Vector4 vector
)
public:
static Vector4 Normalize(
Vector4 vector
)
Parameters
Return Value
Type: Vector4
The created unit 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