Packages
 In this topic

*Fields

 

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

 


Class D3dRMBox

public final class D3dRMBox
{
  // Fields
  public float xMax;
  public float xMin;
  public float yMax;
  public float yMin;
  public float zMax;
  public float zMin;
}

Defines the bounding box retrieved by the Direct3dRMMesh.getBox and Direct3dRMMeshBuilder.getBox methods.

Fields

xMax
Value defining the x coordinate of the box's maximum bounds.
xMin
Value defining the x coordinate of the box's minimum bounds.
yMax
Value defining the y coordinate of the box's maximum bounds.
yMin
Value defining the y coordinate of the box's minimum bounds.
zMax
Value defining the z coordinate of the box's maximum bounds.
zMin
Value defining the z coordinate of the box's minimum bounds.

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