In this section, functions dealing with 4 × 4 homogeneous transform matrices are described.
Given a column vector a
Note: the column vector a must have a length of at least 3. Only the first 3 elements are used.
Matrix
Given a homogeneous transform matrix R, this function returns a column vector
ColumnVector.
Given a homogeneous transform matrix R, this function returns a column vector
ColumnVector.
Given a homogeneous transform matrix R, this function returns a column vector
ColumnVector.
This function returns the matrix of a rotation of an angle theta around the oriented line segment defined by the points k1 and k2.
Note: the column vectors k1 and k2 must have a length of at least 3. Only the first 3 elements are used.
Matrix
This function returns the matrix of a rotation of an angle theta around the vector k.
Note: the column vector k must have a length of at least 3. Only the first 3 elements are used.
Matrix
Given a column vector a
Note: the column vector a must have a length of at least 3. Only the first 3 elements are used.
Matrix
These functions return the elementary rotation matrices:
Matrix
Given a column vector a, this function returns the following matrix:
Note: the column vector a must have a length of at least 3. Only the first 3 elements are used.
Matrix