pimathvector_tests #38

Closed
andrey wants to merge 14 commits from pimathvector_tests into master
Showing only changes of commit 5da9d6e43b - Show all commits

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);}
/** /**