From 7e448387452d02eadc5db05ca55381b07569609f Mon Sep 17 00:00:00 2001 From: 0penBrain <48731257+0penBrain@users.noreply.github.com> Date: Wed, 5 Oct 2022 14:12:40 +0200 Subject: [PATCH] Remove some trailing whitespaces --- src/Base/VectorPy.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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