| 26 | } |
| 27 | |
| 28 | void FastLineClip::Clip0_Top(void) |
| 29 | { |
| 30 | FC_xn = FC_xn + (FC_xk-FC_xn)*(Wytop-FC_yn)/(FC_yk-FC_yn); |
| 31 | FC_yn = Wytop; |
| 32 | } |
| 33 | |
| 34 | void FastLineClip::Clip0_Right(void) |
| 35 | { |
nothing calls this directly
no outgoing calls
no test coverage detected