From bd513743b055ed10dc1b0d3a1bd42b2171388550 Mon Sep 17 00:00:00 2001 From: enkimute Date: Wed, 13 Sep 2017 23:35:14 +0200 Subject: [PATCH] added 3d graphing, updated graph api, updated all samples, added more 3D samples. --- README.md | 6 ++ examples/coffeeshop.html | 5 +- .../example_pga2d_distances_and_angles.html | 3 +- examples/example_pga2d_pose_estimation.html | 4 +- .../example_pga2d_rotors_and_translators.html | 3 +- examples/example_pga2d_separating_axis.html | 2 +- .../example_pga3d_distances_and_angles.html | 70 +++++++++++------- examples/example_pga3d_points_and_lines.html | 64 +++++++++------- .../example_pga3d_rotors_and_translators.html | 43 +++++++++++ ganja.js | 16 ++-- images/pga3d_distances_and_angles.jpg | Bin 43791 -> 46451 bytes images/pga3d_points_and_lines.jpg | Bin 0 -> 61384 bytes images/pga3d_rotors_and_translators.jpg | Bin 0 -> 34246 bytes 13 files changed, 147 insertions(+), 69 deletions(-) create mode 100644 examples/example_pga3d_rotors_and_translators.html create mode 100755 images/pga3d_points_and_lines.jpg create mode 100755 images/pga3d_rotors_and_translators.jpg diff --git a/README.md b/README.md index 1d59fee..c56bb22 100644 --- a/README.md +++ b/README.md @@ -234,8 +234,14 @@ Mandelbrot with Quaternion Hue colorisation
Quaternion color rotations
+PGA3D Points and Lines
+ + PGA3D Distances and Angles
+ +PGA2D Distances and Angles
+ PGA2D Points and Lines
diff --git a/examples/coffeeshop.html b/examples/coffeeshop.html index ec9d335..3efc92d 100644 --- a/examples/coffeeshop.html +++ b/examples/coffeeshop.html @@ -1,6 +1,7 @@ +