Packages
 In this topic

*Fields

 

Packages   PreviousThis PackageNext
Package com.ms.directX   Previous This
Package
Next

 


Class D3dVector

public final class D3dVector
{
  // Fields
  public float x;
  public float y;
  public float z;
}

Defines a vector for many Direct3D and Direct3DRM methods and classes.

Fields

x
The x component of the vector.
y
The y component of the vector.
z
The z component of the vector.

upnrm.gif © 1998 Microsoft Corporation. All rights reserved. Terms of use.