Packages
 In this topic

*Fields

 

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

 


Class D3dRMPickDesc

public final class D3dRMPickDesc
{
  // Fields
  public int faceIdx;
  public int groupIdx;
  public float x;
  public float y;
  public float z;
}

Contains the pick position and face and group identifiers of the objects retrieved by the getPick method.

See also Direct3dRMPickedArray.

Fields

faceIdx
Face index of the retrieved object.
groupIdx
Group index of the retrieved object.
x
Value describing the x coordinate of the retrieved object's position.
y
Value describing the y coordinate of the retrieved object's position.
z
Value describing the z coordinate of the retrieved object's position.

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