mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 11:55:35 +08:00
Initial refactoring of vector and matrix classes
This commit is contained in:
29
samples/blackmiscvectorgeo/samplesvectormatrix.h
Normal file
29
samples/blackmiscvectorgeo/samplesvectormatrix.h
Normal file
@@ -0,0 +1,29 @@
|
||||
#ifndef BLACKMISCTEST_SAMPLESVECTORMATRIX_H
|
||||
#define BLACKMISCTEST_SAMPLESVECTORMATRIX_H
|
||||
|
||||
#include "blackmisc/mathvector3d.h"
|
||||
#include "blackmisc/mathmatrix3x3.h"
|
||||
|
||||
namespace BlackMiscTest
|
||||
{
|
||||
|
||||
/*!
|
||||
* \brief Samples for vector / matrix
|
||||
*/
|
||||
class CSamplesVectorMatrix
|
||||
{
|
||||
public:
|
||||
/*!
|
||||
* \brief Run the samples
|
||||
*/
|
||||
static int samples();
|
||||
|
||||
private:
|
||||
/*!
|
||||
* \brief Avoid init
|
||||
*/
|
||||
CSamplesVectorMatrix();
|
||||
};
|
||||
} // namespace
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user