Matrix.CreateReflection Method (Plane, Matrix)
Fills in an existing Matrix so that it reflects the coordinate system about a specified Plane.
Syntax
'Declaration
Public Shared Sub CreateReflection ( _
ref value As Plane, _
out result As Matrix _
)
public static void CreateReflection (
ref Plane value,
out Matrix result
)
public:
static void CreateReflection(
ref Plane value,
out Matrix result
)
Parameters
- value
Type: Plane
The Plane about which to create a reflection. - result
Type: Matrix
[OutAttribute] A Matrix that creates the reflection.
Requirements
Namespace: Microsoft.Xna.Framework
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)
See Also
Reference
Matrix Structure
Matrix Members
Microsoft.Xna.Framework Namespace
Platforms
Windows Phone