fixed typo in comment

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@27 8a3a26a2-13c4-0310-b231-cf6edde360e5
This commit is contained in:
spog 2006-02-26 22:46:21 +00:00
parent d584d94549
commit 55b14badf1
1 changed files with 1 additions and 1 deletions

View File

@ -486,7 +486,7 @@ inline void matrix4_transform_point(const Matrix4& self, BasicVector3<Element>&
point = matrix4_transformed_point(self, point);
}
/// \brief Returns \p vector4 transformed by \p self.
/// \brief Returns \p direction transformed by \p self.
template<typename Element>
inline BasicVector3<Element> matrix4_transformed_direction(const Matrix4& self, const BasicVector3<Element>& direction)
{