Skip to contents

fish_register_xforms adds the package's mirroring registration (see fish2_mirror_reg) to the nat.templatebrains registry so that xform_brain can move points between "fish2" and "fish2_mirror". It is called automatically when the package is loaded.

Usage

fish_register_xforms()

Value

Invisibly returns TRUE when the registration is added, FALSE otherwise (e.g. if nat.templatebrains is unavailable).

Examples

if (FALSE) { # \dontrun{
fish_register_xforms()
} # }