Coons patch meshing

This commit is contained in:
Jakub Melka
2019-09-22 13:18:42 +02:00
parent 2ca3f907c3
commit d87995f8b8
4 changed files with 268 additions and 6 deletions

View File

@ -79,4 +79,9 @@ void PDFBitReader::alignToBytes()
}
}
bool PDFBitReader::isAtEnd() const
{
return (m_position >= m_stream->size());
}
} // namespace pdf