D3DRMBOX

typedef struct _D3DRMBOX {

D3DVECTOR min, max;

}D3DRMBOX;

typedef D3DRMBOX *LPD3DRMBOX;

Defines the bounding box retrieved by the IDirect3DRMMesh::GetBox and IDirect3DRMMeshBuilder::GetBox methods.

min and max

Values defining the bounds of the box. These values are D3DVECTOR structures.