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

Added 3D Vector Cross Product Function #201

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

wizard97
Copy link

Function that calculates the resulting vector of a cross product between two vectors. If interested in the magnitude of the resulting vector, function takes a pointer to a scalar which will be updated accordingly if it is not set to NULL.

Signed-off-by: Aaron Wisner <aaronwisner@gmail.com>
Signed-off-by: Aaron Wisner <aaronwisner@gmail.com>
Signed-off-by: Aaron Wisner <aaronwisner@gmail.com>
@mateunho
Copy link
Contributor

mateunho commented Nov 7, 2015

In order to be considered for review:

  • write a test for introduced function
  • rebase commits into logical pieces

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

Successfully merging this pull request may close these issues.

None yet

2 participants