Next Prev Up Top Contents Index

apply-translation

Function
Summary

Modifies a transform such that a translation is performed on any points multiplied by the transform.

Signature

apply-translation transform dx dy

Arguments

transform

A transform

dx

A real number

dy

A real number

Description

The apply-translation function modifies transform such that a translation of ( dx dy ) is performed on any points multiplied by the transform. Any operations already contained in the transform occur before the new translation.


LispWorks CAPI Reference Manual - 14 Dec 2001

Next Prev Up Top Contents Index