فهرست منبع

Merge branch '0.9.1' into doc

Christophe Riccio 15 سال پیش
والد
کامیت
dfd5c41228
5فایلهای تغییر یافته به همراه0 افزوده شده و 76 حذف شده
  1. 0 76
      glm/gtx/comparison.inl
  2. 0 0
      glm/gtx/simd_common.hpp
  3. 0 0
      glm/gtx/simd_common.inl
  4. 0 0
      glm/gtx/simd_geometric.hpp
  5. 0 0
      glm/gtx/simd_geometric.inl

+ 0 - 76
glm/gtx/comparison.inl

@@ -1,76 +0,0 @@
-///////////////////////////////////////////////////////////////////////////////////////////////////
-// OpenGL Mathematics Copyright (c) 2005 - 2011 G-Truc Creation (www.g-truc.net)
-///////////////////////////////////////////////////////////////////////////////////////////////////
-// Created : 2008-06-22
-// Updated : 2008-10-27
-// Licence : This source is under MIT License
-// File    : glm/gtx/comparison.inl
-///////////////////////////////////////////////////////////////////////////////////////////////////
-
-namespace glm{
-namespace gtx{
-namespace comparison{
-/*
-template <typename valType>
-inline bool operator== 
-(
-	detail::tvec2<valType> const & x, 
-	detail::tvec2<valType> const & y
-)
-{
-	return glm::all(glm::equal(x, y));
-}
-
-template <typename valType>
-inline bool operator== 
-(
-	detail::tvec3<valType> const & x, 
-	detail::tvec3<valType> const & y
-)
-{
-	return glm::all(glm::equal(x, y));
-}
-
-template <typename valType>
-inline bool operator== 
-(
-	detail::tvec4<valType> const & x, 
-	detail::tvec4<valType> const & y
-)
-{
-	return glm::all(glm::equal(x, y));
-}
-
-template <typename valType>
-inline bool operator!= 
-(
-	detail::tvec2<valType> const & x, 
-	detail::tvec2<valType> const & y
-)
-{
-	return glm::any(glm::notEqual(x, y));
-}
-
-template <typename valType>
-inline bool operator!= 
-(
-	detail::tvec3<valType> const & x, 
-	detail::tvec3<valType> const & y
-)
-{
-	return glm::any(glm::notEqual(x, y));
-}
-
-template <typename valType>
-inline bool operator!= 
-(
-	detail::tvec4<valType> const & x, 
-	detail::tvec4<valType> const & y
-)
-{
-	return glm::any(glm::notEqual(x, y));
-}
-*/
-}//namespace comparison
-}//namespace gtx
-}//namespace glm

+ 0 - 0
glm/gtx/simd_common.hpp


+ 0 - 0
glm/gtx/simd_common.inl


+ 0 - 0
glm/gtx/simd_geometric.hpp


+ 0 - 0
glm/gtx/simd_geometric.inl