DETERMINANT

THE BOX'S MAIN HELP:
This function returns the determinant of vectors A, B and C.
| Ax Bx Cx | = Ax * ((By*Cz) - (Cy*Bz)) - 
| Ay By Cy |   Bx * ((Ay*Cz) - (Cy*Az)) +
| Az Bz Cz |   Cx * ((Ay*Bz) - (By*Az)).

A (input):
This is the first input vector.

B (input):
This is the second input vector.

C (input):
This is the third input vector.

OUT (output):
This function returns the determinant of vectors A, B and C.
| Ax Bx Cx | = Ax * ((By*Cz) - (Cy*Bz)) - 
| Ay By Cy |   Bx * ((Ay*Cz) - (Cy*Az)) +
| Az Bz Cz |   Cx * ((Ay*Bz) - (By*Az)).

<-- BACK TO Vector

© Copyright 1996,1998 Cinema Graphics Inc. All Rights reserved.