11-06-2004, 04:21 PM | #2 (permalink) |
Upright
|
No. The cross product of two normal vectors (of the same plane) will result in the zero vector.
However, the cross product of two vectors that exist in the same plane will give you a normal vector to that plane. I'm not sure if that answers your question because I wasn't sure which normal vectors you were referring to. |
11-06-2004, 04:57 PM | #3 (permalink) |
Tilted
|
The way it sounds like you are using "normal" is in reference to unit vectors, those with a magnitude of 1. If this is what you mean then the cross product of 2 unit vectors will only give you a unit vector if they are orthogonal. In fact the cross products magnitude is equal to the area of a parallelogram defined by the two vectors, in the case of orthogonal unit vectors the parallelogram is a square and the result would be a unit vector with magnitude ("area") 1.
|
11-06-2004, 05:14 PM | #4 (permalink) | |
Insane
Location: Ithaca, New York
|
Quote:
err. Any two vector always lie in the same plane. |
|
11-06-2004, 11:34 PM | #6 (permalink) |
Junkie
|
yeah sorry i think i missused the terms there. I have 2 normalized vectors T and N (tangent and normal) and I am crossing them to get B (binormal) I am wondering if I need to normalize B after I cross them. In the end I should have 3 vectors T, B, and N that define a new coordinate system.
I'm really beginning to hate all the linear algerbra in graphics... |
11-06-2004, 11:45 PM | #7 (permalink) |
Tilted
|
Rekna, its been so long since I did stuff with parametric curves and T, B, N. I think though that when you get T (tangent), and N (normal), they are almost always orthogonal to each other, so if they are normalized then you don't need to normalize B (binormal) when you take the cross-product.
Last edited by a-j; 11-06-2004 at 11:49 PM.. Reason: Spoke too soon |
11-07-2004, 11:58 AM | #9 (permalink) | |
Crazy
Location: Top of the World, Mom!
|
Quote:
__________________
Live life like you're gonna die, beacause you're gonna! - William Shatner. |
|
Tags |
algerbra, linear, question, quick |
|
|