12 #include <ui_matrixDisplayDlg.h>
Simple widget to display a 4x4 matrix in various formats.
void exportToASCII()
Exports current matrix to an ASCII file.
void clear()
Clears widget.
MatrixDisplayDlg(QWidget *parent=0)
Default constructor.
void exportToClipboard()
Exports current matrix to the clipboard.
void fillDialogWith(const ccGLMatrix &mat)
Updates dialog with a given (float) matrix.
Float version of ccGLMatrixTpl.
Double version of ccGLMatrixTpl.