Microsoft SDK for Java

getVertex

This method of the Direct3dRMFace Class retrieves the position and normal of a vertex in a Direct3dRMFace object.

Syntax

public void getVertex(int idx, D3dVector vert, D3dVector norm);

Parameters

idx The index of the vertex.
vert The D3dVector objects that receive the position of the vertex.
norm The D3dVector objects that receive the normal of the vertex.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.