Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/colmap/colmap
/ ModelViewMatrix
Method
ModelViewMatrix
src/colmap/ui/model_viewer_widget.cc:718–720 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
716
}
717
718
QMatrix4x4 ModelViewerWidget::ModelViewMatrix() const {
719
return model_view_matrix_;
720
}
721
722
void ModelViewerWidget::SetModelViewMatrix(const QMatrix4x4& matrix) {
723
model_view_matrix_ = matrix;
Callers
2
Add
Method · 0.80
Assemble
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected