aboutsummaryrefslogtreecommitdiff
path: root/src/math/mat4.hpp
diff options
context:
space:
mode:
authorvimene <vincent.menegaux@gmail.com>2025-12-26 22:39:08 +0100
committervimene <vincent.menegaux@gmail.com>2025-12-26 22:39:08 +0100
commitbdb86fa1d6f1d2f11e05a931db7597310b1fe9b5 (patch)
tree8604fe08efa41dceedf74a6e81fa9629a7a88e1c /src/math/mat4.hpp
parentc0eeccb889c8ae969bbb6e44e87bc309ea5f146f (diff)
downloadengine-bdb86fa1d6f1d2f11e05a931db7597310b1fe9b5.tar.gz
started working on implementing textures
Diffstat (limited to 'src/math/mat4.hpp')
-rw-r--r--src/math/mat4.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/math/mat4.hpp b/src/math/mat4.hpp
index cbbee9a..77c865a 100644
--- a/src/math/mat4.hpp
+++ b/src/math/mat4.hpp
@@ -7,7 +7,8 @@
namespace engine::math {
-// values are represented in memory as column first, meaning values[1] is the first column, 2nd row
+// values are represented in memory as column-major order, meaning values[1] is the first column,
+// 2nd row
struct Matrix4 {
static constexpr Matrix4 idty() {
return {