Sdílet prostřednictvím


Plane.Transform Method (Plane, Matrix, Plane)

Transforms a normalized Plane by a Matrix.

Syntax

'Declaration
Public Shared Sub Transform ( _
         ref plane As Plane, _
         ref matrix As Matrix, _
         out result As Plane _
)
public static void Transform (
         ref Plane plane,
         ref Matrix matrix,
         out Plane result
)
public:
static void Transform(
         ref Plane plane,
         ref Matrix matrix,
         out Plane result
)

Parameters

  • plane
    Type: Plane
    The normalized Plane to transform. This Plane must already be normalized, so that its Normal vector is of unit length, before this method is called.
  • matrix
    Type: Matrix
    The transform Matrix to apply to the Plane.
  • result
    Type: Plane
    [OutAttribute] An existing Plane filled in with the results of applying the transform.

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