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

Method FastLineClip

src/Engine/FastLineClip.h:42–48  ·  view source on GitHub ↗

Creates a fastlineclip.

Source from the content-addressed store, hash-verified

40 double Wxlef, Wxrig, Wytop, Wybot;
41 /// Creates a fastlineclip.
42 FastLineClip(double Wxl, double Wxr, double Wyt, double Wyb) : FC_xn(0), FC_yn(0), FC_xk(0), FC_yk(0)
43 {
44 Wxlef = Wxl;
45 Wxrig = Wxr;
46 Wytop = Wyt;
47 Wybot = Wyb;
48 };
49 /// Cleans up the fastlineclip.
50 ~FastLineClip() {};
51 /// LineClip itself.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected