mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 18:35:35 +08:00
minor regularization of vectors and matrices
This commit is contained in:
@@ -14,12 +14,14 @@ namespace BlackMisc
|
||||
namespace Math
|
||||
{
|
||||
|
||||
class CMatrix3x3;
|
||||
|
||||
/*!
|
||||
* \brief Matrix 3x1
|
||||
*/
|
||||
class CMatrix3x1 : public CMatrixBase<CMatrix3x1, 3, 1>
|
||||
{
|
||||
friend class CMatrix3x3; // for matrix multiplicaion to access m_matrix
|
||||
friend class CMatrix3x3;
|
||||
|
||||
public:
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user