Vector a <-1,-3,5> Vector b <0, 0, -1> Did the cross product and got <3-0, 1-0, 0-0> = <3, 1, 0> My y-value is apparently wrong. Did I multiply incorrectly? I thought it would have been j(az-cx)
****************************
Looks like you figured it out. You were forgetting about the - sign in the template
[ + - + ]
[ - + - ]
[+ - + ]

No comments:
Post a Comment