| 1021 | |
| 1022 | |
| 1023 | bool ZCone::containsPositiveVector()const |
| 1024 | { |
| 1025 | ZCone temp=intersection(*this,ZCone::positiveOrthant(n)); |
| 1026 | return temp.getRelativeInteriorPoint().isPositive(); |
| 1027 | } |
| 1028 | |
| 1029 | |
| 1030 | bool ZCone::contains(ZVector const &v)const |
no test coverage detected