Skip to content

Commit

Permalink
Fix documentation on Plane.hh
Browse files Browse the repository at this point in the history
Signed-off-by: Henrique-BO <[email protected]>
  • Loading branch information
Henrique-BO committed Aug 2, 2023
1 parent bf2923e commit 6b732d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/gz/math/Plane.hh
Original file line number Diff line number Diff line change
Expand Up @@ -239,13 +239,13 @@ namespace gz
return this->size;
}

/// \brief Get the plane offset
/// \brief Get the plane normal
public: inline const Vector3<T> &Normal() const
{
return this->normal;
}

/// \brief Get the plane offset
/// \brief Get the plane normal
public: inline Vector3<T> &Normal()
{
return this->normal;
Expand Down

0 comments on commit 6b732d0

Please sign in to comment.