Loading...
Searching...
No Matches
GeometryUtilsExample.h
Go to the documentation of this file.
1#import <Foundation/Foundation.h>
2
3@class NCGeometryUtils;
4@class NCPoint;
5@class NCGlobalPoint;
6@class NCSegment;
7@class NCPolygon;
8@class NCLine;
9
14@interface GeometryUtilsExample : NSObject
15
16- (instancetype)init;
17- (void)runExample;
19
20@end