![]() |
![]() |
![]() |
UnsafeNativeMethods.Plane.Normalize Method |
Language: |
Returns the normal of a plane.
Visual Basic Public Shared Function Normalize( _
ByVal pOut As Plane, _
ByVal pPlane As Plane _
) As PlaneC# public static Plane Normalize(
Plane pOut,
Plane pPlane
);C++ public:
static Plane Normalize(
Plane pOut,
Plane pPlane
);JScript public static function Normalize(
pOut : Plane,
pPlane : Plane
) : Plane;
pOut Microsoft.DirectX.Plane
A Plane structure that represents the normal of the plane.pPlane Microsoft.DirectX.Plane
Source Plane structure.
Microsoft.DirectX.Plane
A Plane structure that represents the normal of the plane.
This method normalizes a plane so that |a, b, c| == 1.
The return value for this method is the same value returned in the pOut parameter. This allows you to use the Normalize method as a parameter for another method.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center