ZsZs
Computer
- May 8, 2007
- 30
Hi!
I have a C++ program.
I know to moving my components by this transformation matrix, but I like rotating too.
The Solidworks help wrote at the MathTransform Object:
"The SolidWorks transformation matrix is stored as a homogeneous matrix of 16 elements, ordered as shown. The first 9 (a to i) are elements of a 3x3 rotational sub-matrix, the next 3 (j,k,l) define a translation vector, the next 1 (m) is a scaling factor. The last 3 elements (n,o,p) are unused in this context.
The 3X3 rotational sub-matrix represents 3 axis sets: row 1 for x-axis components of rotation, row 2 for y-axis components of rotation, and row 3 for z-axis components of rotations."
Which (value) filling the rotation sub-matrix?
What mean the 3 axis parameter? What contain it?
It is coordinate? or any distance of origin? or...?
Thanks!
ZsZs.
I have a C++ program.
I know to moving my components by this transformation matrix, but I like rotating too.
The Solidworks help wrote at the MathTransform Object:
"The SolidWorks transformation matrix is stored as a homogeneous matrix of 16 elements, ordered as shown. The first 9 (a to i) are elements of a 3x3 rotational sub-matrix, the next 3 (j,k,l) define a translation vector, the next 1 (m) is a scaling factor. The last 3 elements (n,o,p) are unused in this context.
The 3X3 rotational sub-matrix represents 3 axis sets: row 1 for x-axis components of rotation, row 2 for y-axis components of rotation, and row 3 for z-axis components of rotations."
Which (value) filling the rotation sub-matrix?
What mean the 3 axis parameter? What contain it?
It is coordinate? or any distance of origin? or...?
Thanks!
ZsZs.