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

Method Clip1_Left

src/Engine/FastLineClip.cpp:64–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64void FastLineClip::Clip1_Left(void)
65{
66 FC_yk = FC_yk + (FC_yn-FC_yk)*(Wxlef-FC_xk)/(FC_xn-FC_xk);
67 FC_xk = Wxlef;
68}
69
70
71

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected