ftp.nice.ch/pub/next/developer/objc/3dkit/Pyramid.s.tar.gz#/Pyramid/Kitchen.h

This is Kitchen.h in view mode; [Download] [Up]

/*	Kitchen.h - Model for simple kitchen
 *	Copyright (C) 1993 Corona Design, Inc. All rights reserved.
 *
 *	Abstract
 *		This model shows a simple kitchen with a counter
 *		and a bookcase on the wall.
 *
 *	RCS path: 
 *		$Source: /Users/pkron/Projects/voxel/Pyramid/RCS/Kitchen.h,v $
 *	Modified: $Date: 93/09/15 12:34:57 $ by $Author: pkron $
 *	Current State: $State: Exp $ locked by $Locker:  $
 */

#import <appkit/appkit.h>
#import	"standard.h"
#import	"perspect.h"

@interface Kitchen : Object
	{
	float	counterWidth, counterDepth;
	float	counterHeight;
	float	shelfOriginY, shelfOriginZ, shelfHeight;
	float	shelfWidth, shelfDepth;

	MATRIX	transform;
	}

- drawLineTo: (POINT *)aPoint;
- drawPlane: (float)x : (float)y : (float)z 
			width: (float)wx :(float)wy : (float)wz;
- drawVanishingPoints: (MATRIX)aTransform : (NXRect *)clip;


@end

#ifdef	_LOG
/*
 *	$Log:	Kitchen.h,v $
 * Revision 1.1  93/09/15  12:34:57  pkron
 * Created.
 * 
 */
#endif		

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.