tab correction

This commit is contained in:
2020-09-25 13:19:10 +03:00
parent 0940e8fa44
commit 5da9d6e43b

View File

@@ -222,8 +222,7 @@ public:
* If the vectors have different dimensions, it returns false * If the vectors have different dimensions, it returns false
* *
* @param v vector of type PIMathVectorT * @param v vector of type PIMathVectorT
* @return true if vectors are orthogonal, else false * @return true if vectors are orthogonal, else fal */
*/
bool isOrtho(const _CVector & v) const {if(v.size() != Size) return false; return ((*this) ^ v) == Type(0);} bool isOrtho(const _CVector & v) const {if(v.size() != Size) return false; return ((*this) ^ v) == Type(0);}
/** /**