| 534 | //---------------------------------------------------------------------------- |
| 535 | |
| 536 | void BitStream::clearCompressionPoint() |
| 537 | { |
| 538 | mCompressPoint.set(0,0,0); |
| 539 | } |
| 540 | |
| 541 | void BitStream::setCompressionPoint(const Point3F& p) |
| 542 | { |
no test coverage detected