NextPrevUpTopContentsIndex

apply-translation

Function
Summary

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

Package

graphics-ports

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 - 11 Apr 2005

NextPrevUpTopContentsIndex