matx3 (<point>,<matrix>)
point
The result of a 3-D point transformed by a 3 x 3 matrix.
<point>
The point to be
multiplied.
<matrix>
The matrix, a nine
element numeric array with values in row order.
Rotates a point through 45 degrees.
numeric mat[] = <0.707107, 0.707107, 0, \ -0.707107, 0.707107, 0, \ 0, 0, 1> point p1 = matx3(p2,mat)
Functions: |