home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.3 (Developer)…68k, x86, SPARC, PA-RISC]
/
NeXTSTEP 3.3 Dev Intel.iso
/
NextDeveloper
/
Examples
/
AppKit
/
BackspaceViews
/
FlexyCube
/
FlexyCubeView.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
|
1991-09-14
|
358 b
|
21 lines
#import "BackView.h"
@interface FlexyCubeView:BackView
{
NXPoint delta;
NXPoint pos, targetSpeed;
}
- drawCube: (float) gray;
- adjustSpeed: (float *) speedp
minSpeed: (float) minSpeed
maxSpeed: (float) maxSpeed
pos: (float *) posp
iMin: (float) iMin
iMax: (float) iMax;
- oneStep;
- initFrame:(NXRect *)frameRect;
- setImageConstraints;
@end