diff --git a/src/Base/VectorPy.xml b/src/Base/VectorPy.xml index 7da8b7283c..413e0f7f39 100644 --- a/src/Base/VectorPy.xml +++ b/src/Base/VectorPy.xml @@ -1,13 +1,13 @@ - Projects `point` on a line that goes through the origin with the direction `dir`. The result is the vector from `point` to the projected point. The operation is equivalent to dir_n.cross(dir_n.cross(point)), where `dir_n` is -the vector `dir` normalized. +the vector `dir` normalized. The method modifies this vector instance according to result and does not depend on the vector itself.\n point : Base.Vector