ComponentOne Bitmap for UWP
Reflection Method

C1.UWP.DX Assembly > C1.Util.DX Namespace > Matrix4x4 Structure : Reflection Method
The plane's normal vector.
The plane's distance from the origin along its normal vector.
Creates a matrix that reflects the coordinate system about a specified plane.
Syntax
'Declaration
 
Public Shared Function Reflection( _
   ByVal normal As Vector3, _
   ByVal d As System.Single _
) As Matrix4x4
public static Matrix4x4 Reflection( 
   Vector3 normal,
   System.float d
)

Parameters

normal
The plane's normal vector.
d
The plane's distance from the origin along its normal vector.

Return Value

A new matrix expressing the reflection.
See Also

Reference

Matrix4x4 Structure
Matrix4x4 Members