matx2 (<point>,<matrix>)
point
The result of a 3-D point transformed by a 2 x 2 matrix. The Z coordinate of the point is left unchanged by the operation.
<point>
The point to be
multiplied.
<matrix>
The matrix, a four-element
numeric array with values in row order.
Rotates a point through 45 degrees.
numeric mat[] = <0.707107,0.707107,-0.707107,0.70707> point p1 = matx2(p2,mat)
Functions: |