From c80fd556b6fa2efa95fd43fb06fdff41a0133fe5 Mon Sep 17 00:00:00 2001 From: Kevin Ring Date: Wed, 24 Jun 2020 17:25:07 +1000 Subject: [PATCH] Fix a typo in the manual, glm/geometry.hpp -> glm/geometric.hpp --- manual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual.md b/manual.md index a7f6956f..e2c0712d 100644 --- a/manual.md +++ b/manual.md @@ -217,7 +217,7 @@ GLM relies on C++ templates heavily, and may significantly increase compilation #include // mat4, dmat4 #include // all the GLSL common functions: abs, min, mix, isnan, fma, etc. #include // all the GLSL exponential functions: pow, log, exp2, sqrt, etc. -#include // all the GLSL geometry functions: dot, cross, reflect, etc. +#include // all the GLSL geometry functions: dot, cross, reflect, etc. #include // all the GLSL integer functions: findMSB, bitfieldExtract, etc. #include // all the GLSL matrix functions: transpose, inverse, etc. #include // all the GLSL packing functions: packUnorm4x8, unpackHalf2x16, etc.