Coord

Syntax:

	(coord
           number
           number
           number)

	(:
           number
           number
           number)

This procedure creates a coord, which is the equivilent of a mathematical vector.

It is used to specify positions in space, vector directions, and color vectors.


Example:

(coord 0 0 1)    or    (: 0 0 1)

This code creates a mathematical vector from the origin to the point (0, 0, 1).


© 1996, Morgan McGuire ([email protected]) and Laura Wollstadt ([email protected]).
All rights reserved