Important: The information in this document is obsolete and should not be used for new development.
ResetMapping
You can use theResetMapping
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
TheResetMapping
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 theResetMapping
function is provided on page 8-34.