Geometry.OptimizeVertices Method

Language:

Optimizes a set of vertices.

Definition

Visual Basic Public Shared Function OptimizeVertices( _
    ByVal indices() As Integer, _
    ByVal numberVertices As Integer _
) As Integer()
C# public static int[] OptimizeVertices(
    int[] indices,
    int numberVertices
);
C++ public:
static array<int>^ OptimizeVertices(
    array<int>^ indices,
    int numberVertices
);
JScript public static function OptimizeVertices(
    indices : int[],
    numberVertices : int
) : int[];

Parameters

indices System.Int32[]
Array of 32-bit indices that indicate the vertices to optimize.
numberVertices System.Int32
Number of vertices to optimize.

Return Value

System.Int32[]
Optimized vertices.


Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center