tab correction
This commit is contained in:
@@ -222,8 +222,7 @@ public:
|
||||
* If the vectors have different dimensions, it returns false
|
||||
*
|
||||
* @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);}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user