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

Method Clip0_Left

src/Engine/FastLineClip.cpp:40–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40void FastLineClip::Clip0_Left(void)
41{
42 FC_yn = FC_yn + (FC_yk-FC_yn)*(Wxlef-FC_xn)/(FC_xk-FC_xn);
43 FC_xn = Wxlef;
44}
45
46void FastLineClip::Clip1_Bottom(void)
47{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected