| 591 | //---------------------------------------------------------------------------- |
| 592 | |
| 593 | void BitStream::clearCompressionPoint() |
| 594 | { |
| 595 | mCompressPoint.set(0,0,0); |
| 596 | } |
| 597 | |
| 598 | void BitStream::setCompressionPoint(const Point3F& p) |
| 599 | { |
no test coverage detected