Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Transformation Class / GetTransformationForNormals Method

In This Topic
    GetTransformationForNormals Method
    In This Topic
    Gets the transformation to transform the normals (inverse transpose of the upper 3x3 matrix).
    Syntax
    'Declaration
     
    Public Function GetTransformationForNormals() As Transformation
    public Transformation GetTransformationForNormals()

    Return Value

    The transformation.
    See Also