GXBoxTestParam


C Specification

#include <nitro/gx/g3.h>

typedef union
{
  u32 val[3];
  struct
  {
        fx16 x;
        fx16 y;
        fx16 z;
        fx16 width;
        fx16 height;
        fx16 depth;
  };
} GXBoxTestParam;
    

Description

This structure is used as the arguments for the G3_BoxTest function.

Members

The details of each member are as follows:

See Also

G3_BoxTest

Revision History

11/04/2004 Initial version.