| 20 | { |
| 21 | |
| 22 | void 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 | |
| 28 | void FastLineClip::Clip0_Top(void) |
| 29 | { |
nothing calls this directly
no outgoing calls
no test coverage detected