Merge pull request #3418 from MaelRL/Kernel23-Fix_doc_typo

Kernel_23: Fix doc typos
This commit is contained in:
Laurent Rineau 2018-10-29 10:42:42 +01:00
commit b04a6f7769
2 changed files with 2 additions and 2 deletions

View File

@ -115,7 +115,7 @@ const Kernel::RT &hw = RT(1));
\name Operations \name Operations
The main thing to do with transformations is to apply them on The main thing to do with transformations is to apply them on
geometric objects. Each class `Class_2<Kernel>` representing a geometric objects. Each class `Class_3<Kernel>` representing a
geometric object has a member function: geometric object has a member function:
\code \code

View File

@ -3846,7 +3846,7 @@ public:
direction as the sum of the normalized normal vectors of the two planes, and direction as the sum of the normalized normal vectors of the two planes, and
passes through the intersection of `h1` and `h2`. passes through the intersection of `h1` and `h2`.
If `h1` and `h2` are parallel, then the bisector is defined as the If `h1` and `h2` are parallel, then the bisector is defined as the
plane which has the same oriented normal vector as `l1`, and which is at plane which has the same oriented normal vector as `h1`, and which is at
the same distance from `h1` and `h2`. the same distance from `h1` and `h2`.
This function requires that `Kernel::RT` supports the `sqrt()` This function requires that `Kernel::RT` supports the `sqrt()`
operation. operation.