Compute_Translation_Matrix
Functions | |
void | Compute_Translation_Matrix (double x, double y, double z, float *out_matrix) |
void | DCompute_Translation_Matrix (double x, double y, double z, double *out_matrix) |
Similar to Compute_Translation_Matrix(), but operates on double-precision data. More... | |
Detailed Description
Function Documentation
◆ Compute_Translation_Matrix()
void Compute_Translation_Matrix | ( | double | x, |
double | y, | ||
double | z, | ||
float * | out_matrix | ||
) |
◆ DCompute_Translation_Matrix()
void DCompute_Translation_Matrix | ( | double | x, |
double | y, | ||
double | z, | ||
double * | out_matrix | ||
) |
Similar to Compute_Translation_Matrix(), but operates on double-precision data.
- Parameters
-
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.