Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / DXUtils Class / GetRichSmoothInvTriangleData Method

In This Topic
    GetRichSmoothInvTriangleData Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function GetRichSmoothInvTriangleData( _
       ByVal vertices As IList(Of Point3D), _
       ByVal triangles As IList(Of IndexTriangle), _
       ByVal scaleU As Single, _
       ByVal scaleV As Single, _
       ByVal offsetU As Single, _
       ByVal offsetV As Single _
    ) As Single()
    public static float[] GetRichSmoothInvTriangleData( 
       IList<Point3D> vertices,
       IList<IndexTriangle> triangles,
       float scaleU,
       float scaleV,
       float offsetU,
       float offsetV
    )

    Parameters

    vertices
    triangles
    scaleU
    scaleV
    offsetU
    offsetV
    See Also