Functions | |
void | Compute_Translation_Matrix (double x, double y, double z, float *out_matrix) |
void Compute_Translation_Matrix | ( | double | x, | |
double | y, | |||
double | z, | |||
float * | out_matrix | |||
) |
x | - Translation in the X direction. | |
y | - Translation in the Y direction. | |
z | - Translation in the Z direction. | |
out_matrix | - Output transformation matrix, returned to the caller. |