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

vector cross product #189

Open
Peter230655 opened this issue Aug 13, 2024 · 0 comments
Open

vector cross product #189

Peter230655 opened this issue Aug 13, 2024 · 0 comments

Comments

@Peter230655
Copy link

In equations (39), (40) you use the vectors u, v, w.
In the left picture of fig(16), you use the vectors x, w, u.

Maybe slightly better to use the same notation?

If I see it correctly, to make the left picture of fig (16) consistent with equation (39), you should replace:

w -> v
x -> w

Would it make sense to add these rules here:
If nx, ny, nz are the unit vectors of a right handed coordinate system, then:
nx x ny = nz
nz x nx = ny
ny x nz = nx

Small things, even if I am correct.

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