Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Utility Class / TransformNormals Method
The transformation
The collection of normals vectors

In This Topic
    TransformNormals Method
    In This Topic
    Transforms the collection of normals with the given transformation.
    Syntax
    'Declaration
     
    Public Shared Sub TransformNormals( _
       ByVal transform As Transformation, _
       ByVal normals() As Vector3D _
    ) 
    public static void TransformNormals( 
       Transformation transform,
       Vector3D[] normals
    )

    Parameters

    transform
    The transformation
    normals
    The collection of normals vectors
    Remarks
    The normals are transformed by the inverse transpose of the upper 3x3 matrix.
    See Also