ftp.nice.ch/pub/next/graphics/3d/geomview.1.4.1.s.tar.gz#/Geomview/src/lib/geometry/cmodel/cmodel.h

This is cmodel.h in view mode; [Download] [Up]

/*
 * cmodel.h: declarations for functions dealing with
 *    conformal model of hyperbolic or spherical space
 */


#ifndef PMODEL_H

#include "polylistP.h"
#include "vectP.h"
#include "meshP.h"
#include "quadP.h"

void set_cm_refine(double cosmaxbend, int maxrefine, int show_subdivision);

void cmodel_clear(int space);
void cm_read_polylist(PolyList *polylist);
void cm_read_vect(Vect *v);
void cm_read_quad(Quad *q);
void cmodel_draw(int plflags);
void cm_draw_mesh(Mesh *m);

#endif

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.