MCPcopy 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
722void ModelViewerWidget::SetModelViewMatrix(const QMatrix4x4& matrix) {
723 model_view_matrix_ = matrix;
724 update();
725}
726
727void ModelViewerWidget::SelectObject(const int x, const int y) {
728 makeCurrent();

Callers 1

AssembleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected