mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 08:45:36 +08:00
minor regularization of vectors and matrices
This commit is contained in:
@@ -15,7 +15,7 @@ namespace Math
|
||||
{
|
||||
|
||||
/*!
|
||||
* \brief 3D matrix
|
||||
* \brief Matrix 1x3
|
||||
*/
|
||||
class CMatrix1x3 : public CMatrixBase<CMatrix1x3, 1, 3>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user