Plane.Normalize Method (Plane, Plane)
Changes the coefficients of the Normal vector of a Plane to make it of unit length.
Syntax
'Declaration
Public Shared Sub Normalize ( _
ref value As Plane, _
out result As Plane _
)
public static void Normalize (
ref Plane value,
out Plane result
)
public:
static void Normalize(
ref Plane value,
out Plane result
)
Parameters
- value
Type: Plane
The Plane to normalize. - result
Type: Plane
[OutAttribute] An existing plane Plane filled in with a normalized version of the specified plane.
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