ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / Matrix4x4 Structure / ReflectionRef Method
A new matrix expressing the reflection.
The plane's normal vector.
The plane's distance from the origin along its normal vector.

In This Topic
    ReflectionRef Method
    In This Topic
    Creates a matrix that reflects the coordinate system about a specified plane.
    Syntax
    'Declaration
     
    Public Shared Sub ReflectionRef( _
       ByRef result As Matrix4x4, _
       ByRef normal As Vector3, _
       ByVal d As Single _
    ) 
    public static void ReflectionRef( 
       out Matrix4x4 result,
       ref Vector3 normal,
       float d
    )

    Parameters

    result
    A new matrix expressing the reflection.
    normal
    The plane's normal vector.
    d
    The plane's distance from the origin along its normal vector.
    See Also