DOTPRODUCT

THE BOX'S MAIN HELP:
This function returns a float derived by multiplying 
the corresponding components of A and B and then summing the products.
A.B = |A||B|cos@, where @ is the angle between A and B.

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

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

OUT (output):
This function returns a float derived by multiplying 
the corresponding components of A and B and then summing the products.
A.B = |A||B|cos@, where @ is the angle between A and B.

<-- BACK TO Vector

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