move_image

declaration:

function move_image(vid, newx, newy, [time]) => nil;

Coordinates are represented with doubles (due to overlap with 3d features), with 2D rendering, this means that you might subtly sub pixel offset rendering, with a slight loss in quality.

Change the VIDs position in its local coordinate system, linearly interpolated across time, if specified.

related functions:
[nudge_image] [scale_image] [resize_image] [rotate_image] [reset_image_transform] [instant_image_transform] [blend_image]

caveats:


Related

Wiki: Video Functions
Wiki: blend_image
Wiki: instant_image_transform
Wiki: nudge_image
Wiki: reset_image_transform
Wiki: resize_image
Wiki: rotate_image
Wiki: scale_image

MongoDB Logo MongoDB