home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NOVA - For the NeXT Workstation
/
NOVA - For the NeXT Workstation.iso
/
SourceCode
/
Tutorial
/
Cookbook
/
12.fractTree
/
tree.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-12-19
|
334 b
|
11 lines
/* tree.h generated from tree.psw
by unix pswrap V1.009 Wed Apr 19 17:50:24 PDT 1989
*/
#ifndef TREE_H
#define TREE_H
extern void doTree(float maxdepth, float leftBranch, float rightBranch, float branchLength, float moveRight, float scaleX, float scaleY, float lineWidth, float branchChange, float widthChange);
#endif TREE_H