Microsoft SDK for Java

addVertex

This method of the Direct3dRMFace Class adds a vertex to a Direct3dRMFace object.

Syntax

public void addVertex(float x, float y, float z);

Parameters

x The x component of the position of the new vertex.
y The y component of the position of the new vertex.
z The z component of the position of the new vertex.

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