Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

/home/landauf/painter/miniproject/image/clip.h

Go to the documentation of this file.
00001 //
00002 //    Title: clip.h
00003 //  Created: Thu Nov  1 17:23:26 2001
00004 //   Author: Tim Weyrich <weyrich@inf.ethz.ch>
00005 //
00006 // copyright (c) 2001--2003, Computer Graphics Laboratory, ETH Zuerich
00007 //
00008 
00009 #ifndef __CLIP_H_
00010 #define __CLIP_H_
00011 
00012 int clippingCode(double x, double y, double xcl1, double ycl1, double xcl2, double ycl2);
00013 int clip(float *x, float *y, float xclipl, float yclipb, float xclipr, float yclipt);
00014 
00015 #endif

Generated on Mon Jan 30 09:13:03 2006 for Painter Framework by doxygen1.2.18