Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Utility Class / GetMatrixForNormals Method
The transformation

In This Topic
    GetMatrixForNormals Method
    In This Topic
    Gets the matrix needed for normals transformation.
    Syntax
    'Declaration
     
    Public Shared Function GetMatrixForNormals( _
       ByVal transform As Transformation _
    ) As Double(,)
    public static double[,] GetMatrixForNormals( 
       Transformation transform
    )

    Parameters

    transform
    The transformation

    Return Value

    The inverse transpose of the upper 3x3 matrix.
    See Also