fix bad typos, thanks to Kenneth Riddile

This commit is contained in:
Benoit Jacob
2008-12-17 17:14:37 +00:00
parent c22d10f94c
commit 5f582aa4e8
2 changed files with 3 additions and 3 deletions

View File

@@ -70,7 +70,7 @@ public:
/** Construct a plane from its normal \a n and a point \a e onto the plane.
* \warning the vector normal is assumed to be normalized.
*/
inline Hyperplane(const VectorType& n, const VectorType e)
inline Hyperplane(const VectorType& n, const VectorType& e)
: m_coeffs(n.size()+1)
{
normal() = n;