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