Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenFlipper-Free
OpenFlipper-Free
Commits
bdddef69
Commit
bdddef69
authored
Oct 22, 2015
by
Jan Möbius
Browse files
Typo
parent
22601358
Changes
1
Hide whitespace changes
Inline
Side-by-side
ACG/Geometry/Algorithms.hh
View file @
bdddef69
...
...
@@ -314,9 +314,9 @@ distPointTriangleSquared( const Vec& _p,
* is returned if the triangle is degenerate.
*
* @param _p point to test against triangle
* @param _v0 First point of trian
l
ge
* @param _v1 Second point of trian
l
ge
* @param _v2 Third point of trian
l
ge
* @param _v0 First point of triang
l
e
* @param _v1 Second point of triang
l
e
* @param _v2 Third point of triang
l
e
* @return Computed distance
*/
template
<
class
Vec
>
...
...
@@ -342,9 +342,9 @@ distPointTriangle( const Vec& _p,
* In the stable version the distance to the longest edge
* is returned if the triangle is degenerate.
*
* @param _v0 First point of trian
l
ge
* @param _v1 Second point of trian
l
ge
* @param _v2 Third point of trian
l
ge
* @param _v0 First point of triang
l
e
* @param _v1 Second point of triang
l
e
* @param _v2 Third point of triang
l
e
* @return Computed distance
*/
template
<
class
Vec
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment