Fixed typos

master
Christophe Riccio ago%!(EXTRA string=14 years)
parent ebba087843
commit f21030cce2
  1. 20
      glm/core/_swizzle.inl
  2. 3
      glm/core/type_vec1.inl
  3. 3
      glm/core/type_vec2.inl
  4. 3
      glm/core/type_vec3.inl
  5. 3
      glm/core/type_vec4.inl

@ -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,8 +7,7 @@
// File : glm/core/type_vec1.inl
///////////////////////////////////////////////////////////////////////////////////////////////////
namespace glm
{
namespace glm{
namespace detail
{
template <typename T>

@ -7,8 +7,7 @@
// File : glm/core/type_tvec2.inl
///////////////////////////////////////////////////////////////////////////////////////////////////
namespace glm
{
namespace glm{
namespace detail
{
template <typename T>

@ -7,8 +7,7 @@
// File : glm/core/type_tvec3.inl
///////////////////////////////////////////////////////////////////////////////////////////////////
namespace glm
{
namespace glm{
namespace detail
{
template <typename T>

@ -7,8 +7,7 @@
// File : glm/core/type_tvec4.inl
///////////////////////////////////////////////////////////////////////////////////////////////////
namespace glm
{
namespace glm{
namespace detail
{
template <typename T>

Loading…
Cancel
Save