Fixed typos

This commit is contained in:
Christophe Riccio 2011-06-02 13:20:06 +01:00
parent ebba087843
commit f21030cce2
5 changed files with 3978 additions and 4002 deletions

View File

@ -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__

View File

@ -7,8 +7,7 @@
// 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>

View File

@ -7,8 +7,7 @@
// 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>

View File

@ -7,8 +7,7 @@
// 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>

View File

@ -7,8 +7,7 @@
// 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>