/**************************************************************************************************
* Constructor
**************************************************************************************************/
TerrainAnalyzer::TerrainAnalyzer(void) {
	// Load in the matrices
	loadMatrices();
}
Example #2
0
bool CQMathMatrixWidget::enterProtected()
{
  loadMatrices();

  return true;
}