Direction-vector structure.

typedef struct _GRADIENTL {
  LONG     x;  /*  X-component of direction. */
  LONG     y;  /*  Y-component of direction. */
} GRADIENTL;

typedef   GRADIENTL   * PGRADIENTL ;


[Back: GETPORTFROMQ Field - PortFromQ[1]]
[Next: GRADIENTL Field - x]