void FastMapCelf16 (CCB *ccb,Point *quad)
The quad argument points to an array of four-point structures. In the normal configuration of the quad, the first entry refers to the top left-corner of the imagery, the second entry refers to top-right, the third to bottom-right, and the fourth to bottom-left. Those corners of the cel imagery map to those four entries in the quad, no matter what values are given to the quad entries.
FastMapCelf16() is different from MapCel()
and FastMapCel()
in that it expects the values in the quad structure to be frac16 values and not int32 values.
This call expects that the CCB structures width and height fields have been initialized by the FastMapCelInit()
routine.
MapCel()
, and cannot be called interchangeably.
FastMapCel
(),FastMapCelInit(), MapCel()