Windows apps
Collapse the table of content
Expand the table of content

Matrix4x4::CreateReflection Method

Creates a matrix that reflects the coordinate system about a specified plane.

Namespace:  System.Numerics
Assembly:  System.Numerics.Vectors (in System.Numerics.Vectors.dll)

public:
static Matrix4x4 CreateReflection(
	Plane value
)

Parameters

value
Type: System.Numerics::Plane

The plane about which to create a reflection.

Return Value

Type: System.Numerics::Matrix4x4
A new matrix expressing the reflection.
Show:
© 2017 Microsoft