Fixed typos

This commit is contained in:
Andreas Fabri 2014-10-22 11:27:59 +02:00
parent 41d4a98a12
commit 4b8d68f86a
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ public:
/*!
\brief Called when an edge was traversed in the shortest path sequence.
\param edge halfedge of the surace mesh crossed by the shortest path. The halfedge is directed toward the face <em>nearest</em> to the target point.
\param edge halfedge of the surface mesh crossed by the shortest path. The halfedge is directed toward the face <em>nearest</em> to the target point.
\param alpha value in the range [0.0,1.0] specifying where along `edge` the shortest path crossed.
- 0.0 means it crossed at `source(edge)`
- 1.0 means it crossed at `target(edge)`