Claude Chappe' Curse - A C Game
Logo Institut d'Informatique Claude Chappe Logo Université de Le Mans Logo Raeptor Production
 
Loading...
Searching...
No Matches
term.h File Reference
Include dependency graph for term.h:
This graph shows which files directly or indirectly include this file:

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.
 

Function Documentation

◆ fast_vec3_print()

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.

Parameters
vPointer to the first element of the 3D vector (array of 3 floats).
nameThe name to be printed alongside the vector.