mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-01-09 19:41:04 +00:00
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:
parent
d584d94549
commit
55b14badf1
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue