IMeshPrimitiveDecoder.GetPosition

IMeshPrimitiveDecoder.GetPosition method

Gets the position for the given vertex.

public Vector3 GetPosition(int vertexIndex)
ParameterTypeDescription
vertexIndexInt32The vertex index.

Return Value

A vertex relative position.

See Also