From ce9d6e8ad28b2d84d1a292a871c23b66a4654b54 Mon Sep 17 00:00:00 2001
From: David Thompson A Note About Performance
+ A lot of time has been spent making Chickadee’s vector operations
perform relatively efficiently in critical code paths where excessive
garbage generation will cause major performance issues. The general
@@ -119,7 +119,7 @@ order to take advantage of optimizations relating to floating point
math operations. The downside is that since these are not pure
functions, they do not compose well and create more verbose code.
(define v (vec2+ #v(1 2) #v(3 4)))
-2.2.2.1 A Note About Performance
-
+2.2.2.2 2D Vectors
+2.2.2.1 2D Vectors