Update Kernel_23/doc/Kernel_23/Concepts/FunctionObjectConcepts.h

Co-authored-by: Mael <mael.rouxel.labbe@geometryfactory.com>
This commit is contained in:
Andreas Fabri 2021-11-03 21:41:35 +01:00 committed by GitHub
parent d0ed65838e
commit 4b979cbfa7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -9147,10 +9147,10 @@ public:
/// @{
/*!
returns any of `0`, `1`, or `2`, if this dimension of vector `v` is not
equal to zero, and `-1` if `v` equals the null vector.
returns any of `0`, `1`, or `2` if the corresponding coordinate of the vector `v` is not
equal to zero, and `-1` if `v` is the null vector.
*/
int operator(const Kernel::Vector_3&v);
int operator(const Kernel::Vector_3& v);
/// @}