From 03072ef67af0623758a660e2cd3fb5e153133efa Mon Sep 17 00:00:00 2001 From: David Thompson Date: Wed, 24 May 2023 08:09:03 -0400 Subject: Update chickadee manual. --- manuals/chickadee/Matrices.html | 58 ++++++++++++++++++++--------------------- 1 file changed, 29 insertions(+), 29 deletions(-) (limited to 'manuals/chickadee/Matrices.html') diff --git a/manuals/chickadee/Matrices.html b/manuals/chickadee/Matrices.html index 354a9ef..bf65917 100644 --- a/manuals/chickadee/Matrices.html +++ b/manuals/chickadee/Matrices.html @@ -1,6 +1,6 @@ - - + --> + - + Matrices (The Chickadee Game Toolkit) - - - - - - - - - - - + + + + + + + + + + + - + @@ -84,7 +84,7 @@ ul.no-bullet {list-style: none}

Next: , Previous: , Up: Math   [Contents][Index]

-
+

5.2.4 Matrices

The (chickadee math matrix) module provides an interface for @@ -118,10 +118,10 @@ format. identity matrix yields the original matrix. This procedure is equivalent to the following code:

-
-
(make-matrix3 1 0 0
-              0 1 0
-              0 0 1)
+
+
(make-matrix3 1 0 0
+              0 1 0
+              0 0 1)
 
@@ -247,11 +247,11 @@ column-major format. identity matrix yields the original matrix. This procedure is equivalent to the following code:

-
-
(make-matrix4 1 0 0 0
-              0 1 0 0
-              0 0 1 0
-              0 0 0 1)
+
+
(make-matrix4 1 0 0 0
+              0 1 0 0
+              0 0 1 0
+              0 0 0 1)
 
@@ -397,7 +397,7 @@ particular transformation will not be included in the result. matrix matrix.

-
+

Next: , Previous: , Up: Math   [Contents][Index]

-- cgit v1.2.3