AKTIVE

Documentation
Login

Documentation

Project ↗ Documentation ↗ Tutorials ↗ How To's ↗ Explanations ↗ References
Entry ↗ Sections ↘ Permuted Sections ↘ Names ↘ Permuted Names ↘ Strict ↘ Implementations ↘

Documentation -- Reference Pages -- transform location

Table Of Contents

Operators

Operators


aktive op location move by

Syntax: aktive op location move by src (param value)... [→ definition]

Returns image translationally shifted along the x- and y-axes by a specific amount

Input Description
src Source image
Parameter Type Default Description
dx int Shift amount for x location of image in the plane, positive to the right, negative left
dy int Shift amount for y location of image in the plane, positive downward, negative upward

aktive op location move to

Syntax: aktive op location move to src (param value)... [→ definition]

Returns image translationally shifted along the x- and y-axes to a specific location

Input Description
src Source image
Parameter Type Default Description
x int New absolute x location of image in the plane
y int New absolute y location of image in the plane