This is FlexyCubeViewPart.h in view mode; [Download] [Up]
#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
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.