Plane.Transform Method (Plane%, Matrix%, Plane%)
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Namespace: Microsoft.Xna.Framework
Assembly: Microsoft.Xna.Framework.Math (in Microsoft.Xna.Framework.Math.dll)
Syntax
'Declaration
Public Shared Sub Transform ( _
ByRef plane As Plane, _
ByRef matrix As Matrix, _
<OutAttribute> ByRef result As Plane _
)
public static void Transform(
ref Plane plane,
ref Matrix matrix,
out Plane result
)
Parameters
- plane
Type: Microsoft.Xna.Framework.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: Microsoft.Xna.Framework.Matrix%
The transform Matrix to apply to the Plane.
- result
Type: Microsoft.Xna.Framework.Plane%
[OutAttribute] An existing Plane filled in with the results of applying the transform.
Version Information
Silverlight
Supported in: 5
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.