#ifndef A1P2_H_ #define A1P2_H_ //face #define facePtsLength 82 int facePts[facePtsLength][2] = {{400,250}, {229,53}, {243,68}, {255,80}, {262,98}, {269,124}, {272,140}, {273,157}, {273,173}, {268,192}, {263,211}, {256,234}, {249,258}, {242,274}, {238,290}, {236,309}, {235,334}, {236,356}, {244,376}, {243,398}, {248,414}, {254,429}, {268,448}, {282,460}, {301,472}, {321,481}, {337,482}, {363,488}, {386,490}, {406,486}, {426,478}, {444,473}, {458,469}, {472,463}, {483,461}, {497,455}, {512,449}, {521,441}, {530,433}, {534,423}, {533,408}, {532,396}, {534,386}, {536,375}, {537,365}, {542,350}, {547,340}, {547,328}, {546,316}, {543,303}, {545,292}, {554,279}, {558,268}, {566,254}, {571,243}, {570,233}, {560,229}, {554,226}, {549,221}, {548,211}, {546,204}, {547,192}, {543,186}, {542,182}, {540,177}, {536,170}, {533,166}, {532,158}, {534,148}, {530,136}, {528,125}, {524,117}, {507,108}, {494,104}, {482,104}, {471,102}, {465,95}, {458,88}, {444,76}, {444,68}, {436,53}, {229,53}}; //eye #define eyePtsLength 19 int eyePts[eyePtsLength][2] = {{507,292}, {512,292}, {512,297}, {517,297}, {517,299}, {517,297}, {522,297}, {522,292}, {522,297}, {522,292}, {527,292}, {522,292}, {522,287}, {517,287}, {517,284}, {517,287}, {512,287}, {512,292}, {507,292}}; #endif /*A1P2_H_*/