ftp.nice.ch/pub/next/tools/screen/BackSpace.1.02.N.bs.tar.gz#/BackSpace/backspaceViews/FlexyCubeViewPart.h

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.