repo.or.cz
/
canaan.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Linux makefiles
[canaan.git]
/
prj
/
tech
/
libsrc
/
g2
/
plyshell.h
blob
c865728e2d258ac5f2a120259bd6659d966921f6
1
// $Header: x:/prj/tech/libsrc/g2/RCS/plyshell.h 1.3 1997/05/01 15:38:08 KEVIN Exp $
2
3
#ifndef __PLYSHELL_H
4
#define __PLYSHELL_H
5
6
#include <g2spoint.h>
7
#include <plyrast.h>
8
#include <plyparam.h>
9
10
extern
void
g2_poly_shell
(
g2s_poly_params
*
p
,
int
num_scanlines
);
11
extern
void
g2_trifan
(
g2s_poly_params
*
p
,
int
n
,
g2s_point
**
vpl
);
12
13
#endif