applyTransform: Transform a Picture Object by a Transformation Matrix
Description
Transforms a "Picture"
object (or indeed "PictureContent"
objects) using a 3x3 transformation matrix.
Usage
applyTransform(object, tm)
Arguments
object
Either a "Picture"
object or a "PictureContent"
object.
tm
A 3x3 numeric transformation matrix.
Value
The transformed object.