Plane.Normalize Method (Plane)
Changes the coefficients of the Normal vector of a Plane to make it of unit length.
Syntax
'Declaration
Public Shared Function Normalize ( _
value As Plane _
) As Plane
public static Plane Normalize (
Plane value
)
public:
static Plane Normalize(
Plane value
)
Parameters
Return Value
Type: Plane
A new Plane with a normal having unit length.
Requirements
Namespace: Microsoft.Xna.Framework
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)
See Also
Reference
Plane Structure
Plane Members
Microsoft.Xna.Framework Namespace
Platforms
Windows Phone