Eyeshot 10 WPF API Reference
GetRichSmoothInvTriangleData Method

WPF Assembly > devDept.Graphics Namespace > DXUtils Class : GetRichSmoothInvTriangleData Method
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

Reference

DXUtils Class
DXUtils Members