MULTIPLY

THE BOX'S MAIN HELP:
This is the multiplication function.  The result is A * B.
A and B can be floats, points, normals, vectors or colors.
The result will be a float if both A and B are floats.
The result will be a point if either A or B is a point.
The result will be a color if either A or B is a color.
A type mis-match will result from the multiplication of points and colors.

A (input):
Value to be multipied.
A can be a float, point, normal, vector or color.
The default is float.

B (vinput):
Value to be multipied.
B can be a float, point, normal, vector or color.
The default is float.

OUT (output):
This is the multiplication function.  The result is A * B.
A and B can be floats, points, normals, vectors or colors.
The result will be a float if both A and B are floats.
The result will be a point if either A or B is a point.
The result will be a color if either A or B is a color.
A type mis-match will result from the multiplication of points and colors.

<-- BACK TO Math

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