|
Gocator Vision Library
|
| void * GvSurfaceMsg_Points | ( | GvSurfaceMsg | msg | ) |
Returns a pointer to the points buffer.
The buffer can be both read and written. The buffer is organized such that values in the same row are contiguous. In other words, the value at row i and column j is at address i * width + j.
| msg | Message object. |