function transform
Apply a transformation matrix to a set of coordinates.
Syntax
result = transform(COORDS, TRANS)
Arguments
COORDS: | A matrix 2xN with the initial coordinates. |
TRANS: | A matrix 2x6 which contains the coordinate transformation matrix. |
Returns
A matrix 2xN with the transformed coordinates.
See also
function transcoords
function transmatrix