Fixed typos
This commit is contained in:
parent
ebba087843
commit
f21030cce2
@ -1,20 +0,0 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////////////////////////
|
|
||||||
// OpenGL Mathematics Copyright (c) 2005 - 2011 G-Truc Creation (www.g-truc.net)
|
|
||||||
///////////////////////////////////////////////////////////////////////////////////////////////////
|
|
||||||
// Created : 2006-04-27
|
|
||||||
// Updated : 2006-04-27
|
|
||||||
// Licence : This source is under MIT License
|
|
||||||
// File : _swizzle.inl
|
|
||||||
///////////////////////////////////////////////////////////////////////////////////////////////////
|
|
||||||
|
|
||||||
#ifndef __swizzle_inl__
|
|
||||||
#define __swizzle_inl__
|
|
||||||
|
|
||||||
#include "./_swizzle.h"
|
|
||||||
|
|
||||||
namespace glm
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
#endif//__swizzle_inl__
|
|
@ -7,10 +7,9 @@
|
|||||||
// File : glm/core/type_vec1.inl
|
// File : glm/core/type_vec1.inl
|
||||||
///////////////////////////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
namespace glm
|
namespace glm{
|
||||||
|
namespace detail
|
||||||
{
|
{
|
||||||
namespace detail
|
|
||||||
{
|
|
||||||
template <typename T>
|
template <typename T>
|
||||||
GLM_FUNC_QUALIFIER typename tvec1<T>::size_type tvec1<T>::length() const
|
GLM_FUNC_QUALIFIER typename tvec1<T>::size_type tvec1<T>::length() const
|
||||||
{
|
{
|
||||||
@ -881,5 +880,5 @@ namespace glm
|
|||||||
return *this;
|
return *this;
|
||||||
}
|
}
|
||||||
|
|
||||||
}//namespace detail
|
}//namespace detail
|
||||||
}//namespace glm
|
}//namespace glm
|
||||||
|
@ -7,10 +7,9 @@
|
|||||||
// File : glm/core/type_tvec2.inl
|
// File : glm/core/type_tvec2.inl
|
||||||
///////////////////////////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
namespace glm
|
namespace glm{
|
||||||
|
namespace detail
|
||||||
{
|
{
|
||||||
namespace detail
|
|
||||||
{
|
|
||||||
template <typename T>
|
template <typename T>
|
||||||
GLM_FUNC_QUALIFIER typename tvec2<T>::size_type tvec2<T>::length() const
|
GLM_FUNC_QUALIFIER typename tvec2<T>::size_type tvec2<T>::length() const
|
||||||
{
|
{
|
||||||
@ -1007,5 +1006,5 @@ namespace glm
|
|||||||
return *this;
|
return *this;
|
||||||
}
|
}
|
||||||
|
|
||||||
}//namespace detail
|
}//namespace detail
|
||||||
}//namespace glm
|
}//namespace glm
|
||||||
|
@ -7,10 +7,9 @@
|
|||||||
// File : glm/core/type_tvec3.inl
|
// File : glm/core/type_tvec3.inl
|
||||||
///////////////////////////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
namespace glm
|
namespace glm{
|
||||||
|
namespace detail
|
||||||
{
|
{
|
||||||
namespace detail
|
|
||||||
{
|
|
||||||
template <typename T>
|
template <typename T>
|
||||||
GLM_FUNC_QUALIFIER typename tvec3<T>::size_type tvec3<T>::length() const
|
GLM_FUNC_QUALIFIER typename tvec3<T>::size_type tvec3<T>::length() const
|
||||||
{
|
{
|
||||||
@ -1094,5 +1093,5 @@ namespace glm
|
|||||||
return *this;
|
return *this;
|
||||||
}
|
}
|
||||||
|
|
||||||
}//namespace detail
|
}//namespace detail
|
||||||
}//namespace glm
|
}//namespace glm
|
||||||
|
@ -7,10 +7,9 @@
|
|||||||
// File : glm/core/type_tvec4.inl
|
// File : glm/core/type_tvec4.inl
|
||||||
///////////////////////////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
namespace glm
|
namespace glm{
|
||||||
|
namespace detail
|
||||||
{
|
{
|
||||||
namespace detail
|
|
||||||
{
|
|
||||||
template <typename T>
|
template <typename T>
|
||||||
GLM_FUNC_QUALIFIER typename tvec4<T>::size_type tvec4<T>::length() const
|
GLM_FUNC_QUALIFIER typename tvec4<T>::size_type tvec4<T>::length() const
|
||||||
{
|
{
|
||||||
@ -1223,5 +1222,5 @@ namespace glm
|
|||||||
return *this;
|
return *this;
|
||||||
}
|
}
|
||||||
|
|
||||||
}//namespace detail
|
}//namespace detail
|
||||||
}//namespace glm
|
}//namespace glm
|
||||||
|
Loading…
Reference in New Issue
Block a user