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

Method Clip0_Bottom

src/Engine/FastLineClip.cpp:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20{
21
22void FastLineClip::Clip0_Bottom(void)
23{
24 FC_xn = FC_xn + (FC_xk-FC_xn)*(Wybot-FC_yn)/(FC_yk-FC_yn);
25 FC_yn = Wybot;
26}
27
28void FastLineClip::Clip0_Top(void)
29{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected