Package com.ms.com.directX Previous
Previous
Microsoft Packages
Microsoft Packages
Index
Index
Next
Next

Class d3drmBox

public final class d3drmBox {
  public float minx;
  public float miny;
  public float minz;
  public float maxx;
  public float maxy;
  public float maxz;
}

Defines the bounding box retrieved by the d3drmMesh.GetBox and d3drmMeshBuilder.GetBox methods.

Fields

minx, miny, and minz
Values defining the minimum bounds of the box.
maxx, maxy, and maxz
Values defining the maximum bounds of the box.


© 1996 Microsoft Corporation. All rights reserved.