|
| J3DPacket * | dDbVw_setDrawPacketList (J3DPacket *i_packet, int i_bufferType) |
| |
| void | dDbVw_deleteDrawPacketList () |
| |
| void | dDbVw_drawCube8p (int i_bufferType, cXyz *i_points, const GXColor &i_color) |
| |
| void | dDbVw_drawCube (int i_bufferType, cXyz &i_pos, cXyz &i_size, csXyz &i_angle, const GXColor &i_color) |
| |
| void | dDbVw_drawTriangle (int i_bufferType, cXyz *i_points, const GXColor &i_color, u8 i_clipZ) |
| |
| void | dDbVw_drawQuad (int i_bufferType, cXyz *i_points, const GXColor &i_color, u8 i_clipZ) |
| |
| void | dDbVw_drawQuad (int i_bufferType, cXyz *param_1, cXyz *param_2, cXyz *i_pos, s16 i_rotY, const GXColor &i_color, u8 i_clipZ) |
| |
| void | dDbVw_drawLine (int i_bufferType, cXyz &i_start, cXyz &i_end, const GXColor &i_color, u8 i_clipZ, u8 i_width) |
| |
| void | dDbVw_drawArrow (int i_bufferType, cXyz &i_pos, cXyz ¶m_2, const GXColor &i_color, u8 i_clipZ, u8 i_width) |
| |
| void | dDbVw_drawPoint (int i_bufferType, cXyz &i_pos, const GXColor &i_color, u8 i_clipZ, u8 i_width) |
| |
| void | dDbVw_drawCircle (int i_bufferType, cXyz &i_pos, f32 i_radius, const GXColor &i_color, u8 i_clipZ, u8 i_width) |
| |
| void | dDbVw_drawSphere (int i_bufferType, cXyz &i_pos, f32 i_size, const GXColor &i_color, u8 i_clipZ) |
| |
| void | dDbVw_drawCylinder (int i_bufferType, cXyz &i_pos, f32 i_radius, f32 i_height, const GXColor &i_color, u8 i_clipZ) |
| |
| void | dDbVw_drawCylinderM (int i_bufferType, Mtx i_mtx, const GXColor &i_color, u8 i_clipZ) |
| |
| static bool | reportOK () |
| |
| int | dDbVw_Report (int x, int y, char const *string,...) |
| |