#include <q_shared.h>
Public Attributes | |
vec3_t | normal |
float | dist |
byte | type |
byte | signbits |
byte | pad [2] |
Definition at line 413 of file q_shared.h.
float cplane_s::dist |
Definition at line 416 of file q_shared.h.
Referenced by BoxOnPlaneSide(), BoxOnPlaneSide2(), CM_ClipBoxToBrush(), CM_HeadnodeForBox(), CM_PointLeafnum_r(), CM_RecursiveHullCheck(), CM_TestBoxInBrush(), CMod_LoadPlanes(), Mod_LoadPlanes(), Mod_PointInLeaf(), R_DrawInlineBModel(), R_MarkLights(), R_RecursiveWorldNode(), R_SetFrustum(), and RecursiveLightPoint().
vec3_t cplane_s::normal |
Definition at line 415 of file q_shared.h.
Referenced by bfg_think(), bfg_touch(), blaster_touch(), BoxOnPlaneSide(), BoxOnPlaneSide2(), CM_ClipBoxToBrush(), CM_InitBoxHull(), CM_PointLeafnum_r(), CM_RecursiveHullCheck(), CM_TestBoxInBrush(), CM_TransformedBoxTrace(), CMod_LoadPlanes(), fire_lead(), fire_rail(), func_object_touch(), gib_touch(), M_CheckGround(), Mod_LoadPlanes(), Mod_PointInLeaf(), PM_CatagorizePosition(), PM_StepSlideMove(), PM_StepSlideMove_(), R_DrawInlineBModel(), R_MarkLights(), R_RecursiveWorldNode(), RecursiveLightPoint(), rocket_touch(), SignbitsForPlane(), SV_FlyMove(), SV_Physics_Toss(), and target_laser_think().
byte cplane_s::pad[2] |
Definition at line 419 of file q_shared.h.
byte cplane_s::signbits |
Definition at line 418 of file q_shared.h.
Referenced by BoxOnPlaneSide(), CM_InitBoxHull(), CMod_LoadPlanes(), Mod_LoadPlanes(), and R_SetFrustum().
byte cplane_s::type |
Definition at line 417 of file q_shared.h.
Referenced by BoxOnPlaneSide(), CM_InitBoxHull(), CM_PointLeafnum_r(), CM_RecursiveHullCheck(), CMod_LoadPlanes(), Mod_LoadPlanes(), R_RecursiveWorldNode(), and R_SetFrustum().