BfWriteVecCoord Function

Writes a 3D vector of coordinates to a writable bitbuffer (bf_write).

void BfWriteVecCoord(Handle bf, float coord[3])

Parameters

Handle bf

bf_write handle to write to.

float[3] coord

Coordinate array to write.

Errors

Invalid or incorrect Handle.