Kompleksimallin projisointifunktiot ovat kutsurajapinnoiltaan vastaavat kuin reaalimallin projisointifunktiot:
image_complex *project_complex(image_complex *in, image_complex *out, orientation o); image_complex *project_around_X_complex(image_complex *in, image_complex *out, double alpha); image_complex *project_around_Y_complex(image_complex *in, image_complex *out, double alpha); image_complex *project_around_Z_complex(image_complex *in, image_complex *out, double alpha);Kaikki edelliset funktiot toimivat ulkoisesti täsmälleen samoin kuin reaaliversionsa, paitsi että niiden palauttamat projektiot ovat kompleksisia.