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

Method Clip0_Right

src/Engine/FastLineClip.cpp:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34void FastLineClip::Clip0_Right(void)
35{
36 FC_yn = FC_yn + (FC_yk-FC_yn)*(Wxrig-FC_xn)/(FC_xk-FC_xn);
37 FC_xn = Wxrig;
38}
39
40void FastLineClip::Clip0_Left(void)
41{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected