MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / Clip1_Bottom

Method Clip1_Bottom

src/Engine/FastLineClip.cpp:46–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46void FastLineClip::Clip1_Bottom(void)
47{
48 FC_xk = FC_xk + (FC_xn-FC_xk)*(Wybot-FC_yk)/(FC_yn-FC_yk);
49 FC_yk = Wybot;
50}
51
52void FastLineClip::Clip1_Top(void)
53{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected