MCPcopy 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
718QMatrix4x4 ModelViewerWidget::ModelViewMatrix() const {
719 return model_view_matrix_;
720}
721
722void ModelViewerWidget::SetModelViewMatrix(const QMatrix4x4& matrix) {
723 model_view_matrix_ = matrix;

Callers 2

AddMethod · 0.80
AssembleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected