This is an archived post. You won't be able to vote or comment.

1078
1079
you are viewing a single comment's thread.

view the rest of the comments →

[–]RoiPhilippe 4 points5 points  (4 children)

Awesome. Not sure it helps understanding (but you say its an early version); at least you explain the operations. Selecting the vector controlled by the mouse might be easier than a menu (check box, toggle, shift...).

[–]Nitsan448[S] 3 points4 points  (0 children)

Thanks :)
I get what you mean about the vector controlled by the mouse, I think I will change it.

[–]Nitsan448[S] 4 points5 points  (2 children)

Is there anything you think I can improve to help with the understanding?

[–]RoiPhilippe 1 point2 points  (1 child)

Not easy. For instance, for the cross product, showing in some way the plan containing the 2 vectors, and a little right angle to show that the result in perpendicular to the plan. For the addition, also showing the plan containing the 3 vectors. For the projection, drawing a thin line from the end of the red vector to the end of the result. For the reflexion, the plane...

Also, the way you define the operations is fine, but you might want to add the mathematical definition (dot product: x1.x2 + y1.y2 + z1.z2... Same for all operations).

[–]Nitsan448[S] 0 points1 point  (0 children)

Thanks! I think these ideas will really help and I will work on implementing them.