Technical Overview
Release Notes
Device Guide
Programming Guide
Reference Manual
HOOPS 3DF
TechSoft3d
SEARCH:
HOOPS/3dGS Reference Manual
Brief Index
Full Index
Events Index
I.M. Reference
Functions
Compute_Translation_Matrix
Functions
void
Compute_Translation_Matrix
(double x, double y, double z, float *out_matrix)
Detailed Description
Function Documentation
void Compute_Translation_Matrix
(
double
x
,
double
y
,
double
z
,
float *
out_matrix
)
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.
DETAILS
NOTES
RESTRICTIONS
See Also
Compute_Coordinates
,
Set_Modelling_Matrix
,
Show_Device_Info
Brief Index
Full Index
Events Index
I.M. Reference