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/Vectors.html | 44 +++++++++++++++++++++--------------------- 1 file changed, 22 insertions(+), 22 deletions(-) (limited to 'manuals/chickadee/Vectors.html') diff --git a/manuals/chickadee/Vectors.html b/manuals/chickadee/Vectors.html index d11bfc6..8761fe9 100644 --- a/manuals/chickadee/Vectors.html +++ b/manuals/chickadee/Vectors.html @@ -1,6 +1,6 @@ - - + --> + - + Vectors (The Chickadee Game Toolkit) - - - - - - - - - - - + + + + + + + + + + + - + @@ -84,7 +84,7 @@ ul.no-bullet {list-style: none}

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

-
+

5.2.2 Vectors

Unlike Scheme’s vector data type, which is a sequence of arbitrary @@ -96,8 +96,8 @@ release.

Here’s a quick example of adding two vectors:

-
-
(define v (vec2+ (vec2 1 2) (vec2 3 4)))
+
+
(define v (vec2+ (vec2 1 2) (vec2 3 4)))
 

A Note About Performance @@ -339,7 +339,7 @@ multiplying it by x, a 3D vector or a scalar. store the result in dest.

-
+

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

-- cgit v1.2.3