Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/colmap/colmap
/ SetModelViewMatrix
Method
SetModelViewMatrix
src/colmap/ui/model_viewer_widget.cc:722–725 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
720
}
721
722
void ModelViewerWidget::SetModelViewMatrix(const QMatrix4x4& matrix) {
723
model_view_matrix_ = matrix;
724
update();
725
}
726
727
void ModelViewerWidget::SelectObject(const int x, const int y) {
728
makeCurrent();
Callers
1
Assemble
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected