Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hypercube example #2

Open
fibo opened this issue Jun 29, 2016 · 0 comments
Open

hypercube example #2

fibo opened this issue Jun 29, 2016 · 0 comments

Comments

@fibo
Copy link
Owner

fibo commented Jun 29, 2016

Use ℍ for quaternions

Add an example, instead of calculations, with an hypercube

Vertices can be generated with

let points = []

[0.5, -0.5].forEach((x, i, array) => {
  array.forEach(y, i, array) => {
    array.forEach(z, i, array) => {
      array.forEach(w, i, array) => {
        points.push([x, y, z, w]
      }
    }
  }
})

Then show that its points are a group, by multiplying them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant