#include <term/enhanced_print.h>
Go to the source code of this file.
Functions | |
void | fast_vec3_print (const float *v, const char *name) |
Prints a 3D vector with a given name. | |
void fast_vec3_print | ( | const float * | v, |
const char * | name | ||
) |
Prints a 3D vector with a given name.
This function takes a pointer to a 3D vector (array of 3 floats) and a name, and prints the vector in a formatted manner.
v | Pointer to the first element of the 3D vector (array of 3 floats). |
name | The name to be printed alongside the vector. |