| 38 | } |
| 39 | |
| 40 | void FastLineClip::Clip0_Left(void) |
| 41 | { |
| 42 | FC_yn = FC_yn + (FC_yk-FC_yn)*(Wxlef-FC_xn)/(FC_xk-FC_xn); |
| 43 | FC_xn = Wxlef; |
| 44 | } |
| 45 | |
| 46 | void FastLineClip::Clip1_Bottom(void) |
| 47 | { |
nothing calls this directly
no outgoing calls
no test coverage detected