MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / IsHorizontal

Function IsHorizontal

TheForceEngine/TFE_Polygon/clipper.cpp:578–581  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

576//------------------------------------------------------------------------------
577
578inline bool IsHorizontal(TEdge &e)
579{
580 return e.Dx == HORIZONTAL;
581}
582//------------------------------------------------------------------------------
583
584inline double GetDx(const IntPoint pt1, const IntPoint pt2)

Callers 9

IntersectPointFunction · 0.85
FindNextLocMinFunction · 0.85
ProcessBoundMethod · 0.85
UpdateEdgeIntoAELMethod · 0.85
AddLocalMinPolyMethod · 0.85
GetMaximaPairExFunction · 0.85
ProcessHorizontalMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected