diff options
Diffstat (limited to 'starmath/source/node.cxx')
-rw-r--r-- | starmath/source/node.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/node.cxx b/starmath/source/node.cxx index efc13f4483ee..ce413e1b2464 100644 --- a/starmath/source/node.cxx +++ b/starmath/source/node.cxx @@ -897,7 +897,7 @@ double Det(const Point &rHeading1, const Point &rHeading2) } -/// Is true iff the point 'rPoint1' belongs to the straight line through 'rPoint2' +/// Is true if the point 'rPoint1' belongs to the straight line through 'rPoint2' /// and has the direction vector 'rHeading2' bool IsPointInLine(const Point &rPoint1, const Point &rPoint2, const Point &rHeading2) |