BfWriteVecNormal Function

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

void BfWriteVecNormal(Handle bf, float vec[3])

Parameters

Handle bf

bf_write handle to write to.

float[3] vec

Vector to write.

Errors

Invalid or incorrect Handle.