Matrix.CreateReflection Method (Plane)
Creates a Matrix that reflects the coordinate system about a specified Plane.
Syntax
'Declaration
Public Shared Function CreateReflection ( _
value As Plane _
) As Matrix
public static Matrix CreateReflection (
Plane value
)
public:
static Matrix CreateReflection(
Plane value
)
Parameters
Return Value
Type: Matrix
A new Matrix expressing 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