/* pmap return codes */
#define PMAP_BAD       -1     /* mapping doesn't exist (bad correspondence) */
#define PMAP_AFFINE     0     /* mapping is affine */
#define PMAP_PROJECTIVE 1     /* mapping is projective */
