From ce5f66a42fd801f93f2e5b2bb22a386604ad593a Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Fri, 15 Sep 2017 11:04:05 +0100 Subject: [PATCH 1/3] fix copy-paste errors in name of example Bivectors --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 497e7d43..2827c958 100644 --- a/README.md +++ b/README.md @@ -236,8 +236,8 @@ Bivectors are also just three elements long, and are built the same way Vectors Some built-in Bivectors exist: Biv::xy xy; //<-- XY Counterclockwise Unit Area Biv(1,0,0) - Biv::xz xy; //<-- XZ Counterclockwise Unit Area Biv(0,1,0) - Biv::yz xy; //<-- YZ Counterclockwise Unit Area Biv(0,0,1) + Biv::xz xz; //<-- XZ Counterclockwise Unit Area Biv(0,1,0) + Biv::yz yz; //<-- YZ Counterclockwise Unit Area Biv(0,0,1) While it is perfectly valid to write `Vector`, `Bivector` and `Rotor`, you'll notice I've truncated them to their three letter nicknames, `Vec` and `Rot`. That's up to you: Both long-name and nick-name versions are valid in libvsr (they are typedef'ed to each other). From 5c6e2f62d4fd47eba894c3a408557eab5c7ae262 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Fri, 15 Sep 2017 11:04:59 +0100 Subject: [PATCH 2/3] fix copy-paste errors in name of example Bivectors --- README.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.html b/README.html index d49239ce..dfb34d5c 100644 --- a/README.html +++ b/README.html @@ -262,8 +262,8 @@

BASICS

Some built-in Bivectors exist:

Biv::xy xy; //<-- XY Counterclockwise Unit Area Biv(1,0,0)
-Biv::xz xy; //<-- XZ Counterclockwise Unit Area Biv(0,1,0)
-Biv::yz xy; //<-- YZ Counterclockwise Unit Area Biv(0,0,1)
+Biv::xz xz; //<-- XZ Counterclockwise Unit Area Biv(0,1,0)
+Biv::yz yz; //<-- YZ Counterclockwise Unit Area Biv(0,0,1)
 

While it is perfectly valid to write Vector, Bivector and Rotor, you’ll notice I’ve truncated them to their three letter nicknames, Vec and Rot.
From d75dd9a53f55f802360c80dddc33b5f29af1d774 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Fri, 15 Sep 2017 11:05:37 +0100 Subject: [PATCH 3/3] fix copy-paste errors in name of example Bivectors --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index ec3deb63..a1b288ec 100644 --- a/index.html +++ b/index.html @@ -262,8 +262,8 @@

BASICS

Some built-in Bivectors exist:

Biv::xy xy; //<-- XY Counterclockwise Unit Area Biv(1,0,0)
-Biv::xz xy; //<-- XZ Counterclockwise Unit Area Biv(0,1,0)
-Biv::yz xy; //<-- YZ Counterclockwise Unit Area Biv(0,0,1)
+Biv::xz xz; //<-- XZ Counterclockwise Unit Area Biv(0,1,0)
+Biv::yz yz; //<-- YZ Counterclockwise Unit Area Biv(0,0,1)
 

While it is perfectly valid to write Vector, Bivector and Rotor, you’ll notice I’ve truncated them to their three letter nicknames, Vec and Rot.