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.
- 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.