Microsoft SDK for Java

D3dTLVertex Class Constructors

The D3dTLVertex Class contains the following constructors:

D3dTLVertex()
D3dTLVertex(float sx, float sy, float sz, float rhw, int color, int specular float tu, float tv)

D3dTLVertex()

Creates a D3dTLVertex object with uninitialized fields.

Syntax

public D3dTLVertex();

D3dTLVertex(float sx, float sy, float sz, float rhw, int color, int specular float tu, float tv)

Creates a D3dTLVertex object with fields set to values specified by the user.

Syntax

public D3dTLVertex(float sx, float sy, float sz, float rhw, int color, int specular float tu, float tv);

Parameters

sx A float that initializes the sx field.
sy A float that initializes the sy field.
sz A float that initializes the sz field.
rhw A float that initializes the rhw field.
color An int that initializes the color field.
specular An int that initializes the specular field.
tu A float that initializes the tu field.
tv A float that initializes the tv field.

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