Skip to content

Commit

Permalink
[Geometry] missing doc
Browse files Browse the repository at this point in the history
  • Loading branch information
MatPont committed Jul 4, 2024
1 parent badbbf7 commit 82738fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/base/geometry/Geometry.h
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,7 @@ namespace ttk {
* @param[in] p Point to be projected
* @param[in] a Triangle vertex coordinates
* @param[in] normTri Triangle normal vector
* @param[out] out Result
* @return Projection coordinates
*/
template <typename T>
Expand All @@ -486,6 +487,7 @@ namespace ttk {
* @param[in] p Point to be projected
* @param[in] a First segment vertex coordinates
* @param[in] b Second segment vertex coordinates
* @param[out] out Result
* @return Projection coordinates
*/
template <typename T>
Expand All @@ -497,6 +499,7 @@ namespace ttk {
* @param[in] a First triangle vertex coordinates
* @param[in] b Second triangle vertex coordinates
* @param[in] c Third triangle vertex coordinates
* @param[out] out Result
* @return Triangle unitary normal
*/
template <typename T>
Expand Down

0 comments on commit 82738fe

Please sign in to comment.