RMinternalMarker2D * rmInternalMarker2DNew (int nverts,
int begin_flag,
RMvertex2D *dverts)
int nverts - number of vertices in the RMinternalMarker2D list. int begin_flag - ?
RMvertex2D *dverts - vertex data.
librm library source file: rmmalloc.c
unsigned char *** rmMalloc3DByteBuffer (int width,
int height,
int depth)
int width - buffer width in bytes (input). int height - buffer height in bytes (input). int depth - buffer depth in bytes (input).
librm library source file: rmmalloc.c
float *** rmMalloc3DFloatBuffer (int width,
int height,
int depth)
int width - buffer width in floats (input). int height - buffer height in floats (input). int depth - buffer depth in floats (input).
librm library source file: rmmalloc.c