ftp.nice.ch/Attic/openStep/developer/resources/MiscKit.2.0.5.m.NIS.b.tgz#/MiscKit.2.0.5.m.NIS.b/MiscFoundation.framework/Versions/A/Headers/MiscMathCoordConverter.h

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

/*======================= MiscMathCoordConverter.h ==========================*/
/* MiscMathCoordConverter class supports the writing of converters between
   coordinate systems. All values are double precision floating point
   numbers representing locations in a three dimensional coordinate system.

   DMA Release 0.8, Copyright @1993 by Genesis Project, Ltd. All Rights
   Reserved. For further information on terms and conditions see
		the MiscKit license.

HISTORY
10-Mar-93  Dale Amon at GPL
	   Created.
*/

#import <Foundation/Foundation.h>
#import <MiscFoundation/miscgiskit.h>

@interface MiscMathCoordConverter:MiscCoordConverter
{

}

+ new;

- awakeAfterUsingCoder:(NSCoder *)aDecoder;

/* These are overridden to block their use */
+ alloc;
+ allocWithZone:(NSZone *)zone;
- (void)dealloc;

@end

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