![]() |
![]() |
![]() |
UnsafeNativeMethods.Plane.Transform Method |
Language: |
Transforms a plane by a matrix.
Visual Basic .NET Public Shared Function Transform( _
ByVal pOut As Plane, _
ByVal pPlane As Plane, _
ByVal pMatrix As Matrix _
) As PlaneC# public static Plane Transform(
Plane pOut,
Plane pPlane,
Matrix pMatrix
);Managed C++ public: static Plane Transform(
Plane pOut,
Plane pPlane,
Matrix pMatrix
);JScript .NET public static function Transform(
pOut : Plane,
pPlane : Plane,
pMatrix : Matrix
) : Plane;
pOut Microsoft.DirectX.Plane. A Plane structure that represents the transformed plane. pPlane Microsoft.DirectX.Plane. Input Plane structure, which contains the plane to be transformed. The vector (a,b,c) that describes the plane must be normalized before this method is called. pMatrix Microsoft.DirectX.Matrix. Source Matrix structure, which contains the transformation values. This matrix must contain the inverse transpose of the transformation values.
Microsoft.DirectX.Plane . A Plane structure that represents the transformed plane.
The input matrix is the inverse transpose of the actual transformation.
The return value for this method is the same value returned in the pOut parameter. Resultantly, the Transform method can be used as a parameter for another method.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center