TransformMakeIdentity

Typeexpression
DictionaryLCB
LibraryLiveCode Builder
Syntax
the identity transform
Associationscom.livecode.canvas
Summary

The identity transform.

Example
variable tTransform
put the identity transform into tTransform
Values
NameTypeDescription
return

A new identity transform.

Description

The identity transform represents a coordinate transformation where the set of coordinates remain the same after it is applied. This can be useful when specifying that coordinates should not be altered, or as a starting point when combining transforms to produce a more complex one.

Tagscanvas