| 44 | } |
| 45 | |
| 46 | void FastLineClip::Clip1_Bottom(void) |
| 47 | { |
| 48 | FC_xk = FC_xk + (FC_xn-FC_xk)*(Wybot-FC_yk)/(FC_yn-FC_yk); |
| 49 | FC_yk = Wybot; |
| 50 | } |
| 51 | |
| 52 | void FastLineClip::Clip1_Top(void) |
| 53 | { |
nothing calls this directly
no outgoing calls
no test coverage detected