The cross product is another operation that takes two vectors as operands. The most important use of the cross product in computer graphics is to find a vector perpendicular to a plane. This is needed when calculating how light reflects off the surface.
(Review: ) What type of object are the operands of a dot product? What is the type of the result?