mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
Unit tests for acceleration and more for vector
This commit is contained in:
@@ -375,7 +375,7 @@ public:
|
||||
*/
|
||||
double length()const
|
||||
{
|
||||
return this->m_i * this->m_j + this->m_k;
|
||||
return this->m_i + this->m_j + this->m_k;
|
||||
}
|
||||
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user