---------------------------------------------------------set_orientation
| 469 | |
| 470 | //---------------------------------------------------------set_orientation |
| 471 | inline unsigned set_orientation(unsigned c, unsigned o) |
| 472 | { |
| 473 | return clear_orientation(c) | o; |
| 474 | } |
| 475 | |
| 476 | //--------------------------------------------------------------point_base |
| 477 | template<class T> struct point_base |
no test coverage detected