Home
last modified time | relevance | path

Searched refs:P_PointOnLineSidePrecise (Results 1 – 7 of 7) sorted by relevance

/dports/games/zdoom/zdoom-2.8.1/src/g_doom/
H A Da_painelemental.cpp100 if (P_PointOnLineSidePrecise(src.x, src.y, ld) == 0 && in A_PainShootSkull()
101 P_PointOnLineSidePrecise(pos.x, pos.y, ld) == 1) in A_PainShootSkull()
115 if (P_PointOnLineSidePrecise(src.x, src.y, ld) != P_PointOnLineSidePrecise(pos.x, pos.y, ld)) in A_PainShootSkull()
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dp_slopes.cpp57 if (P_PointOnLineSidePrecise (x, y, line) == 0) in P_SlopeLineToPoint()
366 if (P_PointOnLineSidePrecise(vertexes[vi3].x, vertexes[vi3].y, sec->lines[0]) == 0) in P_SetSlopesFromVertexHeights()
H A Dp_sight.cpp135 frontflag = P_PointOnLineSidePrecise(sightthing->X(), sightthing->Y(), li); in PTR_SightTraverse()
H A Dp_teleport.cpp526 while (P_PointOnLineSidePrecise(x, y, l) != side && --fudge >= 0) in EV_SilentLineTeleport()
H A Dp_local.h264 inline int P_PointOnLineSidePrecise (fixed_t x, fixed_t y, const line_t *line) in P_PointOnLineSidePrecise() function
H A Dpo_man.cpp1235 int side = P_PointOnLineSidePrecise(mobj->X(), mobj->Y(), ld); in CheckMobjBlocking()
H A Dp_mobj.cpp1288 int side = P_PointOnLineSidePrecise (pos.x, pos.y, line); in P_ExplodeMissile()