Microsoft SDK for Java

D3dRMBox Class

The D3dRMBox Class of the com.ms.directX package defines the bounding box retrieved by the Direct3dRMMesh.getBox and Direct3dRMMeshBuilder.getBox methods.

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

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