DIVIDE

THE BOX'S MAIN HELP:
This is the division function.
The result is the quotient of 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 both A and B are points or B is a float.
The result will be a color if both A and B are colors or B is a float.
A type mis-match will result from the division of floats by anything
but another float or mixing colors and points.

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

B (input):
The divisor must be either the same data type as A or a float.
Default is float.

OUT (output):
This is the division function.
The result is the quotient of 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 both A and B are points or B is a float.
The result will be a color if both A and B are colors or B is a float.
A type mis-match will result from the division of floats by points or
rgbs or of points by colors or vice versa.

<-- BACK TO Math

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