Added test files and fixed build errors for experimental extensions.

This commit is contained in:
Christophe Riccio
2013-10-27 22:38:22 +00:00
parent 2e72af3f6d
commit fbb54649b7
41 changed files with 283 additions and 318 deletions

View File

@@ -9,7 +9,7 @@
namespace glm
{
template <typename T>
template <typename T, precision P>
GLM_FUNC_QUALIFIER detail::tvec3<T, P> polar
(
detail::tvec3<T, P> const & euclidean
@@ -32,7 +32,7 @@ namespace glm
#endif
}
template <typename T>
template <typename T, precision P>
GLM_FUNC_QUALIFIER detail::tvec3<T, P> euclidean
(
detail::tvec2<T, P> const & polar