BfWriteCoord Function

Writes a coordinate to a writable bitbuffer (bf_write).

void BfWriteCoord(Handle bf, float coord)

Parameters

Handle bf

bf_write handle to write to.

float coord

Coordinate to write.

Errors

Invalid or incorrect Handle.