查看会员资料
用 户 名:jo***
发送消息- Email:用户隐藏
- Icq/MSN:
- 电话号码:
- Homepage:
- 会员简介:
最新会员发布资源
line-intersect
- Algorithm to find intersection between 2 lines. Note: does not handle the special case when one of the lines is vertical. Compile with MinGW: gcc -Wall li2.c -Wall -s -o li2.exe -lgdi32-Algorithm to find intersection between 2 lines. Note: