Fixed comment

release/4.3a0
Richard Roberts 2012-01-08 17:11:15 +00:00
parent 842517ca4c
commit bd15095784
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ namespace gtsam {
return sqrt(pow(x()-p2.x(),2.0) + pow(y()-p2.y(),2.0) + pow(z()-p2.z(),2.0)); return sqrt(pow(x()-p2.x(),2.0) + pow(y()-p2.y(),2.0) + pow(z()-p2.z(),2.0));
} }
/** dot product */ /** Distance of the point from the origin */
double norm() const; double norm() const;
/** cross product @return this x q */ /** cross product @return this x q */