Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: QuickDraw GX Environment and Utilities /
Chapter 8 - QuickDraw GX Mathematics / QuickDraw GX Mathematics Reference
Mapping Functions / Manipulating and Applying Mappings


ResetMapping

You can use the ResetMapping function to reset a mapping.

gxMapping *ResetMapping(gxMapping *target);
target
A pointer to the mapping that is to be reset. On return, contains the identity mapping.
function result
A pointer to the reset mapping, which is also the target mapping.
DESCRIPTION
The ResetMapping function resets the target mapping to the identity matrix.

ERRORS, WARNINGS, AND NOTICES
Errors
mapping_is_nil
SEE ALSO
An example of the use of the ResetMapping function is provided on page 8-34.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
7 JUL 1996