home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Education Sampler 1992 [NeXTSTEP]
/
Education_1992_Sampler.iso
/
Programming
/
Source
/
tess
/
tess-1.0
/
pmg.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
Text File
|
1992-06-30
|
209 b
|
13 lines
#import "aGroup-inter.h"
#import "pmm.h"
@interface pmg:pmm
{
float offt;
}
- defaultConfig;
- clip: (float) x : (float) y;
- resizeGenerator;
- makeLatticeUnitAt: (NXPoint *) point fromImage: srcimg;
@end